GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2776
STORM-3161 Local mode should force setting min replication count to 1
When topology.min.replication.count is set to more than 1, nimbus in local
mode
never achieve condition for replication, hence stuck on handling blobs.
We should force set it to 1 in local mode to avoid this situation.
Will also submit patch for 1.x-branch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-3161
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2776.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2776
----
commit 882cfff9f8249248ff09b5898389523512ede40b
Author: Jungtaek Lim <kabhwan@...>
Date: 2018-07-27T07:58:37Z
STORM-3161 Local mode should force setting min replication count to 1
When topology.min.replication.count is set to more than 1, nimbus in local
mode
never achieve condition for replication, hence stuck on handling blobs.
We should force set it to 1 in local mode to avoid this situation.
----
---