[GitHub] helix pull request #78: Auto compress ZNode that are greater than 1MB

2017-03-28 Thread kishoreg
GitHub user kishoreg opened a pull request: https://github.com/apache/helix/pull/78 Auto compress ZNode that are greater than 1MB Previously, users had to explicitly set enableCompression=true in the ZNRecord to enable compression. This meant that the users had to anticipate the

[GitHub] helix pull request #77: Adding support to batch ZK callback optionally by se...

2017-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/77 --- 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 is

[GitHub] helix issue #77: Adding support to batch ZK callback optionally by setting s...

2017-03-28 Thread kishoreg
Github user kishoreg commented on the issue: https://github.com/apache/helix/pull/77 I think it's a good idea to have one shared thread pool. Since we create one callback per helix entity type (idealstate, external view), I thought this is not a big overhead. One problem is for the