Github user roshannaik commented on a diff in the pull request:
https://github.com/apache/storm/pull/2241#discussion_r129946825
--- Diff: storm-client/src/jvm/org/apache/storm/Config.java ---
@@ -548,22 +518,14 @@
public static final String
TOPOLOGY_AUTO_TASK_HOOKS="topology.auto.task.hooks";
/**
- * The size of the Disruptor receive queue for each executor. Must be
a power of 2.
+ * The size of the receive queue for each executor.
*/
- @isPowerOf2
public static final String
TOPOLOGY_EXECUTOR_RECEIVE_BUFFER_SIZE="topology.executor.receive.buffer.size";
--- End diff --
indeed! my bad.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---