Github user danny0405 commented on a diff in the pull request: https://github.com/apache/storm/pull/2710#discussion_r194212295 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Slot.java --- @@ -410,9 +420,11 @@ static DynamicState handleWaitingForBlobLocalization(DynamicState dynamicState, assert (dynamicState.pendingDownload != null); assert (dynamicState.container == null); - //Ignore changes to scheduling while downloading the topology blobs + // Ignore changes to scheduling while downloading the topology blobs // We don't support canceling the download through the future yet, --- End diff -- nit: whitespace
---