rzo1 opened a new pull request, #9082: URL: https://github.com/apache/storm/pull/9082
Related to #7653. A dependency blob that survives the cleanup pass of its topology (e.g. a failed submission, or another Nimbus handing the blob back to the leader after it was deleted, as the logs in #7653 suggest) can no longer be traced to any topology and stays in the blob store forever. This adds a sweep to `doCleanup` that removes dependency blobs with a UUID-shaped key once no topology has referred to them for `nimbus.inbox.jar.expiration.secs`. `KeySequenceNumberTest` replays the ZooKeeper sequence behind the reported log lines, and a new `NimbusTest` case fails without the sweep. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
