liteng2430 commented on a change in pull request #8071: URL: https://github.com/apache/incubator-doris/pull/8071#discussion_r807566374
########## File path: manager/dm-server/src/main/java/org/apache/doris/stack/agent/AgentHeatbeatRunner.java ########## @@ -76,7 +76,7 @@ private void heartbeatCheck() { agent.setStatus(AgentStatus.STOP); agentRepository.save(agent); agentCache.putAgent(agent); - log.warn("agent {} is unhealthly", agent.getHost()); + log.warn("agent {} is unhealthily", agent.getHost()); Review comment: okļ¼thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org