Re: Bootstrapping new node throwing error - Mutation too large

2023-03-01 Thread Surbhi Gupta
Thanks Scott On Wed, Mar 1, 2023 at 4:00 PM C. Scott Andreas wrote: > The performance implications would primarily be due to the challenge of > handling mutations this large themselves rather than the commitlog segment > size. These would occupy large, contiguous areas of heap and increase >

Re: Bootstrapping new node throwing error - Mutation too large

2023-03-01 Thread C. Scott Andreas
The performance implications would primarily be due to the challenge of handling mutations this large themselves rather than the commitlog segment size. These would occupy large, contiguous areas of heap and increase memory pressure in the process.Increasing  commit_log_segment_size_in_mb is

Bootstrapping new node throwing error - Mutation too large

2023-03-01 Thread Surbhi Gupta
Hi Cassandra Community, We have to expand our cluster and I tried to add the first node to the cluster and when the new node was bootstrapping , I noticed the error like below in the system.log, but the bootstrap process was successful . We are on 3.11.5 . ERROR [MutationStage-7] 2023-03-01