dongxiaoman opened a new issue #6266: URL: https://github.com/apache/incubator-pinot/issues/6266
My company is trying to load 200k segments into Pinot, and we stopped at around 69k. The error shows that the current 0.9.8 helix-core has[ a hard-limit on zookeeper node size](https://github.com/apache/helix/blob/helix-0.9.8/helix-core/src/main/java/org/apache/helix/manager/zk/zookeeper/ZkClient.java#L1510) (1MB) which needs to be configurable. Right now we have applied the `jut.maxBufferSize` flag to fix all other issues and this one is the only remaining problem. We can either 1. Upgrade to higher version of helix 2. Patch 0.9.8 of helix core and ask Pinot to use it (which I think may be a lot of trouble) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
