Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2764#discussion_r203727117
--- Diff:
storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java ---
@@ -2222,13 +2231,23 @@ private void mkAssignments(String scratchTopoId)
throws Exception {
if (!newAssignments.equals(existingAssignments)) {
LOG.debug("RESETTING id->resources and
id->worker-resources cache!");
+ //Should we change these logs from info to debug after
they are port to metrics?
--- End diff --
Same as above
---