GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/2876
[STORM-3254] Don't wait for localization of blobs if assignments change.
Delay in blobstore can cause slot to become unusable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm3254
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2876.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 #2876
----
commit 23dab727ed23ed739e066d414c546652cb8ac4d1
Author: Kishor Patil <kpatil@...>
Date: 2018-10-11T22:04:23Z
Don't wait for localization of blobs if assignments change.
----
---