aloyszhang commented on code in PR #9916:
URL: https://github.com/apache/inlong/pull/9916#discussion_r1547190708


##########
inlong-agent/agent-installer/src/main/java/org/apache/inlong/agent/installer/ModuleManager.java:
##########
@@ -318,12 +318,12 @@ private void deleteModule(ModuleConfig module) {
     private void updateModule(ModuleConfig localModule, ModuleConfig 
managerModule) {
         LOGGER.info("update module {} start", localModule.getId());
         if 
(localModule.getPackageConfig().getMd5().equals(managerModule.getPackageConfig().getMd5()))
 {
+            LOGGER.info("package md5 no change, will restart", 
localModule.getId());

Review Comment:
   ```suggestion
               LOGGER.info("package md5 no change, will restart {}", 
localModule.getId());
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to