agresch opened a new pull request #3374: URL: https://github.com/apache/storm/pull/3374
## What is the purpose of the change When a worker slot is released, there could still be downloading blobs running in background threads. These can add references to a blob after the worker is killed, causing the AsyncLocalizer to look for updates on the blob infinitely. ## How was the change tested Ran storm-server unit tests and various internal blob/scheduling integration tests. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org