[GitHub] storm pull request: STORM-638:UI should show up process-id of the ...

2015-01-27 Thread caofangkun
Github user caofangkun commented on the pull request: https://github.com/apache/storm/pull/396#issuecomment-71607591 Pay Attention: conflicts with https://github.com/apache/storm/pull/296 --- If your project is set up for it, you can reply to this email and have your reply appear

[jira] [Commented] (STORM-638) UI should show up process-id of the Worker to which an Executor is assigned

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293172#comment-14293172 ] ASF GitHub Bot commented on STORM-638: -- Github user caofangkun commented on the pull

[jira] [Commented] (STORM-636) UI/Monitor is slow for topologies with a large number of components

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14294071#comment-14294071 ] ASF GitHub Bot commented on STORM-636: -- Github user d2r commented on the pull request:

[GitHub] storm pull request: [STORM-636] Faster, optional retrieval of last...

2015-01-27 Thread Parth-Brahmbhatt
Github user Parth-Brahmbhatt commented on the pull request: https://github.com/apache/storm/pull/392#issuecomment-71706395 I did not know we only stored 10 errors, makes sense to not go with pagination if its hardcoded to 10. I will take a look at the complete PR today. Not

[jira] [Commented] (STORM-636) UI/Monitor is slow for topologies with a large number of components

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293979#comment-14293979 ] ASF GitHub Bot commented on STORM-636: -- Github user Parth-Brahmbhatt commented on the

[GitHub] storm pull request: STORM-638:UI should show up process-id of the ...

2015-01-27 Thread caofangkun
GitHub user caofangkun opened a pull request: https://github.com/apache/storm/pull/396 STORM-638:UI should show up process-id of the Worker to which an Executor is assigned ![with process

[jira] [Commented] (STORM-638) UI should show up process-id of the Worker to which an Executor is assigned

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293167#comment-14293167 ] ASF GitHub Bot commented on STORM-638: -- GitHub user caofangkun opened a pull request:

[GitHub] storm pull request: fixed daemon typo

2015-01-27 Thread harisekhon
GitHub user harisekhon opened a pull request: https://github.com/apache/storm/pull/397 fixed daemon typo fixed typo on security page You can merge this pull request into a Git repository by running: $ git pull https://github.com/harisekhon/storm security_typo_fixes

[jira] [Commented] (STORM-570) Switch from tablesorter to datatables jquery plugin

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14294134#comment-14294134 ] ASF GitHub Bot commented on STORM-570: -- Github user kishorvpatil commented on the pull

[jira] [Resolved] (STORM-525) UI Component Page Executor Uptimes are not sorted correctly

2015-01-27 Thread Derek Dagit (JIRA)
[ https://issues.apache.org/jira/browse/STORM-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek Dagit resolved STORM-525. --- Resolution: Fixed Fix Version/s: 0.10.0 Seems this was merged in. UI Component Page Executor

[GitHub] storm pull request: [STORM-636] Faster, optional retrieval of last...

2015-01-27 Thread d2r
Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/392#discussion_r23627700 --- Diff: storm-core/src/storm.thrift --- @@ -243,6 +243,16 @@ struct SubmitOptions { 2: optional Credentials creds; } +enum NumErrorsChoice

[jira] [Commented] (STORM-636) UI/Monitor is slow for topologies with a large number of components

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293882#comment-14293882 ] ASF GitHub Bot commented on STORM-636: -- Github user d2r commented on a diff in the

[jira] [Commented] (STORM-636) UI/Monitor is slow for topologies with a large number of components

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293889#comment-14293889 ] ASF GitHub Bot commented on STORM-636: -- Github user d2r commented on a diff in the

[GitHub] storm pull request: Fix spout close: close spout when emitter clos...

2015-01-27 Thread onlychoice
GitHub user onlychoice opened a pull request: https://github.com/apache/storm/pull/398 Fix spout close: close spout when emitter closed Close the spout when the emitter of TridentSpout closed. You can merge this pull request into a Git repository by running: $ git pull