Re: Wrong Consistency level seems to be used

2022-07-21 Thread pwozniak
ries. On Thu, Jul 21, 2022 at 7:23 PM pwozniak <mailto:pwozn...@man.poznan.pl>> wrote: Hi, we have the following code (java driver): cluster =Cluster.builder().addContactPoints(contactPoints).withPort(port) .withProtocolVersion(ProtocolVersion.V3)

Wrong Consistency level seems to be used

2022-07-21 Thread pwozniak
Hi, we have the following code (java driver): cluster =Cluster.builder().addContactPoints(contactPoints).withPort(port) .withProtocolVersion(ProtocolVersion.V3) .withQueryOptions(new QueryOptions() .setConsistencyLevel(ConsistencyLevel.QUORUM)) .withTimest

commit_log way bigger than allowed

2019-06-25 Thread pwozniak
Hi, I have cluster of three Cassandra (v.2.1) machines. On one of the machines files with commit logs filled up all available disk space (50 GB). I haven't change 'commitlog_total_space_in_mb', so as far as I know It shouldn't take more that 8GB of disc space. I also haven't found any suspi