Github user danny0405 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2618#discussion_r178692521
--- Diff:
storm-server/src/main/java/org/apache/storm/daemon/supervisor/Slot.java ---
@@ -497,7 +497,6 @@ static DynamicState
cleanupCurrentContainer(DynamicState dynamicState, StaticSta
assert(dynamicState.container.areAllProcessesDead());
dynamicState.container.cleanUp();
-
staticState.localizer.releaseSlotFor(dynamicState.currentAssignment,
staticState.port);
--- End diff --
yeah, but `staticState.localizer.releaseSlotFor` only remove topology base
blobs[jar/code/conf] which are already taken care of by releaseSlotFor itself.
---