GitHub user hmcc opened a pull request:
https://github.com/apache/storm/pull/2320
STORM-2736: fix o.a.s.b.BlobStoreUtils [ERROR] "Could not update the blob
with key"
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
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2320.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 #2320
----
commit 4076f90748eedf3835bb92ae496ced7ba35282a2
Author: Heather McCartney <[email protected]>
Date: 2017-09-06T10:04:32Z
Fix spacing in "Could not update the blob with key" error message.
commit 1643ec07340c60c505ff4211f8483a7699f6d242
Author: Heather McCartney <[email protected]>
Date: 2017-09-11T10:40:20Z
Check for empty nimbus info list before attempting to update the blobstore.
----
---