GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2777
(1.x) 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.
Also set storm.home to new temporary directory to avoid using actual log
directory.
Patch for master branch: #2776
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-3161-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2777.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 #2777
----
commit f1e9a7941d6c90ab687a49eee49eb272e771d94b
Author: Jungtaek Lim <kabhwan@...>
Date: 2018-07-27T08:31:29Z
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.
Also set storm.home to new temporary directory to avoid using actual log
directory.
----
---