Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r173214066
--- Diff:
storm-client/src/jvm/org/apache/storm/cluster/StormClusterStateImpl.java ---
@@ -745,6 +828,7 @@ public void disconnect() {
stateStorage.unregister(stateId);
if (solo) {
stateStorage.close();
+ this.assignmentsBackend.dispose();
--- End diff --
nit: spacing.---
