Re: Server crashed due to unreasonable length error

2021-07-29 Thread Li Wang
Hi Damien, I digged out the stacktrace when it happened last time. Hope it helps. The size of txn logs from the client requests should be very small, as the data size is only 4 bytes in our write load test. The "overflowed" closeSessionTxn seems to be the issue. 2021-07-01 16:02:00,837 [myid:3]

Re: Server crashed due to unreasonable length error

2021-07-28 Thread Li Wang
On Wed, Jul 28, 2021 at 5:20 AM Damien Diederen wrote: > > Hi Li, all, > > > When load testing the write operation against Zookeeper 3.7.0, I > observed a > > couple of times that the server crashed because the txn log was too large > > and it was not able to load it. > > Difficult to say without

Re: Server crashed due to unreasonable length error

2021-07-28 Thread Damien Diederen
Hi Li, all, > When load testing the write operation against Zookeeper 3.7.0, I observed a > couple of times that the server crashed because the txn log was too large > and it was not able to load it. Difficult to say without more details, but I suspect ZOOKEEPER-4306 to be the culprit: htt