shanthoosh commented on a change in pull request #987: SAMZA-2158: Remove the
redunant coordinator stream reads in the ApplicationMaster startup sequence.
URL: https://github.com/apache/samza/pull/987#discussion_r272680715
##########
File path:
samza-core/src/main/java/org/apache/samza/runtime/ContainerLaunchUtil.java
##########
@@ -75,7 +78,14 @@ private static void run(
Config config,
Optional<ExternalContext> externalContextOptional) {
TaskFactory taskFactory = TaskFactoryUtil.getTaskFactory(appDesc);
- LocalityManager localityManager = new LocalityManager(config, new
MetricsRegistryMap());
+ CoordinatorStreamStore coordinatorStreamStore = new
CoordinatorStreamStore(config, new MetricsRegistryMap());
+ coordinatorStreamStore.init();
Review comment:
Yes. It's stopped at the end.
----------------------------------------------------------------
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