Github user danny0405 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2761#discussion_r205702075
--- Diff:
storm-client/src/jvm/org/apache/storm/generated/ClusterSummary.java ---
@@ -63,8 +60,6 @@ public static _Fields findByThriftId(int fieldId) {
switch(fieldId) {
case 1: // SUPERVISORS
return SUPERVISORS;
- case 2: // NIMBUS_UPTIME_SECS
- return NIMBUS_UPTIME_SECS;
case 3: // TOPOLOGIES
return TOPOLOGIES;
--- End diff --
Ok, got your idea, but this will make the code a little incoherent, add a
comment here will make sense.
---