[GitHub] helix pull request #48: helix-ui improvements

2016-09-17 Thread brandtg
Github user brandtg closed the pull request at: https://github.com/apache/helix/pull/48 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] helix issue #48: helix-ui improvements

2016-08-25 Thread brandtg
Github user brandtg commented on the issue: https://github.com/apache/helix/pull/48 0.6.x because the beta label was a hard sell 😄 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] helix issue #48: helix-ui improvements

2016-08-25 Thread brandtg
Github user brandtg commented on the issue: https://github.com/apache/helix/pull/48 Ah here is the JIRA https://issues.apache.org/jira/browse/HELIX-627 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] helix issue #48: helix-ui improvements

2016-08-25 Thread brandtg
Github user brandtg commented on the issue: https://github.com/apache/helix/pull/48 @kishoreg Sorry I should have been more clear - the FULL_AUTO bug was a problem in which the UI wouldn't show the table containing partition / ideal state / external view, as there is no state map

[GitHub] helix pull request #48: helix-ui improvements

2016-08-25 Thread brandtg
GitHub user brandtg opened a pull request: https://github.com/apache/helix/pull/48 helix-ui improvements We are running a couple systems now at Airbnb using Helix, and have made some improvements / bug fixes to the UI. Specifically, * Adding zkAliases

[GitHub] helix pull request: Cleaned up ByteBuf usage in IPC

2015-07-18 Thread brandtg
GitHub user brandtg opened a pull request: https://github.com/apache/helix/pull/33 Cleaned up ByteBuf usage in IPC Removed dead code in IPC Made max frame length configurable (also bumped to 128MB default) You can merge this pull request into a Git repository by running

[GitHub] helix pull request: A user interface for viewing and administering...

2015-03-28 Thread brandtg
Github user brandtg commented on a diff in the pull request: https://github.com/apache/helix/pull/21#discussion_r27347802 --- Diff: helix-ui/README.md --- @@ -0,0 +1,77 @@ +# helix-ui + +After building the project from the root directory (i.e. `./build`), find

[GitHub] helix pull request: A user interface for viewing and administering...

2015-03-28 Thread brandtg
Github user brandtg commented on a diff in the pull request: https://github.com/apache/helix/pull/21#discussion_r27347803 --- Diff: helix-ui/src/main/java/org/apache/helix/ui/HelixUIApplication.java --- @@ -0,0 +1,74 @@ +package org.apache.helix.ui; + +import

[GitHub] helix pull request: A user interface for viewing and administering...

2015-03-28 Thread brandtg
Github user brandtg commented on a diff in the pull request: https://github.com/apache/helix/pull/21#discussion_r27347780 --- Diff: helix-ui/README.md --- @@ -0,0 +1,77 @@ +# helix-ui --- End diff -- Will do. --- If your project is set up for it, you can reply

[GitHub] helix pull request: A user interface for viewing and administering...

2015-03-28 Thread brandtg
Github user brandtg commented on a diff in the pull request: https://github.com/apache/helix/pull/21#discussion_r27347855 --- Diff: helix-ui/src/main/java/org/apache/helix/ui/api/IdealStateSpec.java --- @@ -0,0 +1,94 @@ +package org.apache.helix.ui.api; + +import

[GitHub] helix pull request: A user interface for viewing and administering...

2015-03-28 Thread brandtg
Github user brandtg commented on the pull request: https://github.com/apache/helix/pull/21#issuecomment-87312379 Done --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] helix pull request: [HELIX-524] Add a getProgress to the Task inte...

2014-10-02 Thread brandtg
Github user brandtg commented on the pull request: https://github.com/apache/helix/pull/6#issuecomment-57596146 For persistence story, what about putting a new health report: `/STAND_ALONE/INSTANCES/{instanceName}/HEALTHREPORT/taskStatus`? Another thing to consider

[GitHub] helix pull request: refactored Netty IPC code into separate classe...

2014-09-18 Thread brandtg
Github user brandtg commented on the pull request: https://github.com/apache/helix/pull/5#issuecomment-56062586 Will do --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] helix pull request: Back-pressure handler in NettyHelixIPCService

2014-09-15 Thread brandtg
GitHub user brandtg opened a pull request: https://github.com/apache/helix/pull/4 Back-pressure handler in NettyHelixIPCService Removes hack in which Netty Channel was periodically closed to allow Netty objects to be GC'ed in favor of properly using channel writability changed

[GitHub] helix pull request: Adds -maxChannelLifeMillis CLI argument to Ben...

2014-09-10 Thread brandtg
GitHub user brandtg opened a pull request: https://github.com/apache/helix/pull/3 Adds -maxChannelLifeMillis CLI argument to BenchmarkDriver `-maxChannelLifeMillis` is added to BenchmarkDriver. The intent of this is to be able to set this as a very high value such that Netty

[GitHub] helix pull request: [HELIX-470] Netty-based IPC layer

2014-08-26 Thread brandtg
GitHub user brandtg opened a pull request: https://github.com/apache/helix/pull/2 [HELIX-470] Netty-based IPC layer You can merge this pull request into a Git repository by running: $ git pull https://github.com/brandtg/helix master Alternatively you can review and apply