dnishimura commented on a change in pull request #1132: SAMZA-2296: Metadata
streams not created in Standalone
URL: https://github.com/apache/samza/pull/1132#discussion_r312590582
##########
File path:
samza-core/src/main/java/org/apache/samza/coordinator/MetadataResourceUtil.java
##########
@@ -62,7 +59,13 @@ public void createResources() {
createChangelogStreams();
}
+ @VisibleForTesting
void createChangelogStreams() {
- ChangelogStreamManager.createChangelogStreams(jobModel.getConfig(),
jobModel.maxChangeLogStreamPartitions);
+ ChangelogStreamManager.createChangelogStreams(config,
jobModel.maxChangeLogStreamPartitions);
Review comment:
They are being logged in the create calls themselves. That's how I was able
to figure out these weren't being called.
----------------------------------------------------------------
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