Github user danny0405 commented on a diff in the pull request: https://github.com/apache/storm/pull/2433#discussion_r173043037 --- Diff: storm-client/src/storm.thrift --- @@ -477,12 +477,13 @@ struct SupervisorInfo { 1: required i64 time_secs; 2: required string hostname; 3: optional string assignment_id; - 4: optional list<i64> used_ports; - 5: optional list<i64> meta; - 6: optional map<string, string> scheduler_meta; - 7: optional i64 uptime_secs; - 8: optional string version; - 9: optional map<string, double> resources_map; + 4: optional i32 server_port; --- End diff -- Okey, nice catch, the tag is changed because of merging master, i will fix it.
---