Duansg commented on code in PR #4154:
URL: https://github.com/apache/hertzbeat/pull/4154#discussion_r3408162005
##########
hertzbeat-manager/src/main/java/org/apache/hertzbeat/manager/service/impl/MonitorServiceImpl.java:
##########
@@ -431,12 +431,6 @@ public void modifyMonitor(Monitor monitor, List<Param>
params, String collector,
newJobId =
collectJobScheduling.updateAsyncCollectJob(appDefine, collector);
}
monitor.setJobId(newJobId);
-
Review Comment:
This method currently updates the monitor's status in real time; removing it
directly would cause status overwriting issues.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]