rmatharu commented on a change in pull request #1227: SAMZA-2404: [SEP-22]
Container Placement Handler for dispatching container placement messages
between metastore and JobCoordinator
URL: https://github.com/apache/samza/pull/1227#discussion_r366510811
##########
File path:
samza-core/src/test/java/org/apache/samza/clustermanager/TestContainerAllocatorWithoutHostAffinity.java
##########
@@ -54,7 +54,8 @@
private final JobModelManager jobModelManager =
JobModelManagerTestUtil.getJobModelManager(config, 1,
new MockHttpServer("/", 7777, null, new
ServletHolder(DefaultServlet.class)));
- private final SamzaApplicationState state = new
SamzaApplicationState(jobModelManager);
+ private final SamzaApplicationState state =
+ new SamzaApplicationState(jobModelManager);
Review comment:
undo
----------------------------------------------------------------
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