agresch commented on a change in pull request #3096: STORM-3480 Implement One
Worker Per Executor RAS Option
URL: https://github.com/apache/storm/pull/3096#discussion_r310196717
##########
File path: storm-client/src/jvm/org/apache/storm/Config.java
##########
@@ -322,6 +322,12 @@
@IsInteger
@IsPositiveNumber
public static final String TOPOLOGY_RAS_CONSTRAINT_MAX_STATE_TRAVERSAL =
"topology.ras.constraint.max.state.traversal";
+ /**
+ * Whether to limit one worker to one executor. This is useful for
debugging topologies to clearly identify workers that
Review comment:
"limit each worker" reads clearer for me.
----------------------------------------------------------------
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