Github user danny0405 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r153036973
--- Diff:
storm-client/src/jvm/org/apache/storm/cluster/StormClusterStateImpl.java ---
@@ -43,13 +44,15 @@
private static Logger LOG =
LoggerFactory.getLogger(StormClusterStateImpl.class);
private IStateStorage stateStorage;
+ private ILocalAssignmentsBackend backend;
--- End diff --
there is also import org.apache.storm.generated.* here, should i make a
change?---
