Sanil15 commented on a change in pull request #1219: Samza-2373: Container
Placement Service (core functionality) for container move and restart
URL: https://github.com/apache/samza/pull/1219#discussion_r345491505
##########
File path:
samza-core/src/main/java/org/apache/samza/clustermanager/ClusterBasedJobCoordinator.java
##########
@@ -219,6 +219,9 @@ public void run() {
jmxServer = null;
}
+ String status = UndertowServer.start(containerProcessManager);
+ LOG.info("Starting the Undertow Server on" + status);
Review comment:
I did this for my local test this needs to be reverted
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services