junkaixue commented on code in PR #2745:
URL: https://github.com/apache/helix/pull/2745#discussion_r1481836204


##########
helix-rest/src/main/java/org/apache/helix/rest/clusterMaintenanceService/MaintenanceManagementService.java:
##########
@@ -67,10 +67,17 @@
 
 
 public class MaintenanceManagementService {
+  private static class MaintenanceExecutorService {

Review Comment:
   It's an overkill to have a class for it. Just define the executor service 
and instantiate it from java property should be fine.



-- 
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]

Reply via email to