If I can increase the jute.maxBuffer property, I do need to restart the whole cluster. Correct? Is there any problem if I increase this?
Yes. I believe the ZK docs are wrong. The docs say that the jute.maxBuffer only applies to node size. But, in my experience, it applies to every API call. You can see this in BinaryInputArchive.java which is used to read every response by the client. -JZ On September 13, 2015 at 4:14:17 PM, Check Peck ([email protected]) wrote: I mean this code for getting children not earlier one, that is for data. List<String> children = client.getChildren().forPath(path); On Sun, Sep 13, 2015 at 2:10 PM, Check Peck <[email protected]> wrote: Ok understood that part and I was correct on the 500 children nodes znode name example right? If I can increase the jute.maxBuffer property, I do need to restart the whole cluster. Correct? Is there any problem if I increase this? On Sun, Sep 13, 2015 at 2:08 PM, Jordan Zimmerman <[email protected]> wrote: No, the 1MB limit will hit you there as well. If you try to get your data (via getData() call) it will fail. Note, you can increase the value via the jute.maxBuffer property. -Jordan On September 13, 2015 at 4:06:48 PM, Check Peck ([email protected]) wrote: What about data in those znode? They can be more than 1MB in each znode correct?
