提交 4db007ee 编写于 作者: K kezhenxu94 提交者: wu-sheng

Fix wrong time unit (#3203)

上级 49f50a24
......@@ -67,7 +67,7 @@ public class GRPCStreamServiceStatus {
hasWaited += recheckCycle;
if (recheckCycle >= maxCycle) {
logger.warn("Collector traceSegment service doesn't response in {} seconds.", hasWaited);
logger.warn("Collector traceSegment service doesn't response in {} seconds.", hasWaited / 1000);
} else {
recheckCycle = recheckCycle * 2 > maxCycle ? maxCycle : recheckCycle * 2;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册