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

fix

上级 aabb2474
......@@ -42,12 +42,12 @@ public class StorageThread extends Thread {
client.sendACKSpan(ackSpanList);
client.sendRequestSpan(requestSpanList);
cycle = 0;
} else {
requestSpanList[cycle] = requestSpan;
ackSpanList[cycle] = ackSpan;
cycle++;
}
requestSpanList[cycle] = requestSpan;
ackSpanList[cycle] = ackSpan;
cycle++;
if (i % 10_000 == 0) {
System.out.println(i + " " + value);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册