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)
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
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