Github user roshannaik commented on a diff in the pull request:
https://github.com/apache/storm/pull/2634#discussion_r182545551
--- Diff: docs/Resource_Aware_Scheduler_overview.md ---
@@ -184,6 +184,10 @@ The user can set some default configurations for the
Resource Aware Scheduler in
topology.worker.max.heap.size.mb: 768.0
```
+### Warning
+
+The number of workers will be dynamically calculated by the Resource Aware
Scheduler. The `Config.TOPOLOGY_WORKERS` will not be honored.
--- End diff --
May I suggest a minor rewording: "If Resource Aware Scheduling is enabled,
it will dynamically calculate the number of workers and the `topology.workers`
setting is ignored."
---