Hi, guys, I have met an issue:
While I add a new node into cassandra cluster, I met the following in debug.log:
java.lang.IllegalArgumentException: Mutation of 85.503MiB is too large for the maximum size of 16.000MiB
So I set commitlog_segment_size_in_mb=256
And the problem is solved.
However, this cause cassandra restart and I had to restore the parameters after the operation was completed, and cassandra will be rebooted again.
That's not what I want.
Is there any other good idea?
Thanks. Regards