mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Optimize]优化Topic健康巡检的日志(#855)
This commit is contained in:
@@ -90,7 +90,7 @@ public class HealthCheckTopicService extends AbstractHealthCheckService {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (countResult.failed() || !countResult.hasData()) {
|
if (countResult.failed() || !countResult.hasData()) {
|
||||||
LOGGER.error("method=checkTopicUnderReplicatedPartition||param={}||config={}||result={}||errMsg=get metrics failed",
|
LOGGER.error("method=checkTopicUnderReplicatedPartition||param={}||config={}||result={}||errMsg=search metrics from es failed",
|
||||||
param, singleConfig, countResult);
|
param, singleConfig, countResult);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user