GitHub user hmcc opened a pull request:
https://github.com/apache/storm/pull/2323
STORM-2736: fix o.a.s.b.BlobStoreUtils [ERROR] "Could not update the blob
with key"
`master` version of https://github.com/apache/storm/pull/2320, connected to
https://issues.apache.org/jira/browse/STORM-2736.
Check for empty nimbus info list before attempting to update the blobstore.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hmcc/storm STORM-2736-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2323.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 #2323
----
commit 1000434b3d8b198e91819759d2004363466d967b
Author: Heather McCartney <[email protected]>
Date: 2017-09-12T09:43:48Z
Check for empty nimbus info list before attempting to update the blobstore.
----
---