Github user agresch commented on a diff in the pull request:
https://github.com/apache/storm/pull/2852#discussion_r221264813
--- Diff:
storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java ---
@@ -2850,6 +2853,7 @@ public void launchServer() throws Exception {
}
doCleanup();
} catch (Exception e) {
+
this.mkAssignmentsErrors.mark();
--- End diff --
My thought was any exception would be worth investigating in any case. I
would hope that these issues would be rare. Let me know if you want it more
narrowly applied just to mkAssignment.
---