提交 b73e0366 编写于 作者: wu-sheng's avatar wu-sheng

reset flag when network fail.

上级 e845ee02
......@@ -23,7 +23,7 @@ public class StorageThread extends Thread {
StorageThread(long count, CountDownLatch countDownLatch, int index) {
listener = new MyStorageClientListener();
client = new Client("10.128.7.241", 34000).newSpanStorageClient(listener);
client = new Client("10.128.6.79", 23000).newSpanStorageClient(listener);
this.count = count;
this.countDownLatch = countDownLatch;
this.index = index;
......@@ -78,7 +78,7 @@ public class StorageThread extends Thread {
@Override
public void onError(Throwable throwable) {
isCompleted = true;
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册