vjagadish1989 commented on a change in pull request #938: SAMZA-1531: Support
run.id in standalone for batch processing.
URL: https://github.com/apache/samza/pull/938#discussion_r286690227
##########
File path:
samza-azure/src/main/java/org/apache/samza/coordinator/AzureCoordinationUtils.java
##########
@@ -45,11 +44,21 @@ public Latch getLatch(int size, String latchId) throws
UnsupportedOperationExcep
return null;
}
+ /**
Review comment:
How is DistributedLock related to MetadataStore? the former concerns with
synchronization while the latter with storage. consider nuking this block
----------------------------------------------------------------
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