Github user zd-project commented on a diff in the pull request: https://github.com/apache/storm/pull/2764#discussion_r208982864 --- Diff: storm-client/src/jvm/org/apache/storm/scheduler/WorkerSlot.java --- @@ -39,6 +42,11 @@ public String getId() { return getNodeId() + ":" + getPort(); } + public List<Object> toList() { + //For compatibility to call in Nimbus#mkAssignment --- End diff -- Will remove the comment and log it in Jira
---