unsubscribe

2025-03-31 Thread Steve Luo via user
unsubscribe

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-31 Thread edi mari
Why not use *nodetool** import* tool ? Create a new table, copy the files from the old table to the new table directory, and then use nodetool import . *nodetool import [keyspace] [target_table] [targate_table_directory]* edi On Mon, Mar 31, 2025 at 5:22 PM Stéphane Alleaume wrote: > Hi > > I w

DCL audit does not work

2025-03-31 Thread Alex Kolesnik via user
Hello, Cassandra 4.1.7, running in docker container. Audit settings: # nodetool -u jmx -pw password getauditlog enabled true logger FileAuditLogger audit_logs_dir /opt/cassandra/logs/audit archive_command roll_cycle HOURLY block true max_log_si