Okay Thanks. I’ll do some tests
> On Mar 14, 2018, at 2:29 PM, Jeff Jirsa wrote:
>
> I'll confirm that it's worked for me in the past, but you should always test
> changes like this in your lab/qa environment and not rely on some random
> person on the internet.
>
>
> On Wed, Mar 14, 2018 at
If you just want to make it work, increase commitlog_segment_size_in_mb to 64.
A single mutation cannot exceed 1/2 the segment size.
If you want to actually fix your problem decrease the size of the mutations and
limit the size of the value blob. <== recommended
Chris
> On Mar 16, 2018, at 9:
Hi listmembers
Basic info
[cqlsh 5.0.1 | Cassandra 3.11.2 | CQL spec 3.4.4 | Native protocol v4]
CREATE KEYSPACE mykeyspace WITH replication = {'class': 'SimpleStrategy',
'replication_factor': '3'} AND durable_writes = true;
8 linux nodes, SSD. 64GB memory on each server.
Additional information
Hi,
You also have 62 pending compactions at the same time, which is odd for
such a small dataset IHMO, are you triggering 'nodetool compact' with some
kind of cron you may have forgot after a test or something else ?
Do you have any monitoring in place ? If not, you could let some 'dstat
-tnrvl 10