[
https://issues.apache.org/jira/browse/STORM-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357375#comment-14357375
]
ASF GitHub Bot commented on STORM-638:
--------------------------------------
Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/396#discussion_r26242669
--- Diff: storm-core/src/storm.thrift ---
@@ -205,7 +205,8 @@ struct ExecutorSummary {
2: required string component_id;
3: required string host;
4: required i32 port;
- 5: required i32 uptime_secs;
+ 5: required i32 process_id;
--- End diff --
You cannot change a thrift ID like this. It breaks backwards compatibility
too much. Please make sure that you add new tags instead of changing existing
ones. It is also usually preferable to make the new tag optional, so you can
have forward and backwards compatibility.
> UI should show up process-id of the Worker to which an Executor is assigned
> ----------------------------------------------------------------------------
>
> Key: STORM-638
> URL: https://issues.apache.org/jira/browse/STORM-638
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 0.10.0
> Reporter: caofangkun
> Assignee: caofangkun
> Priority: Minor
> Attachments: with process id.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)