[bitnami/cassandra] Issue with default account
Name and Version
bitnami/cassandra:4.1-debian-12
What architecture are you using?
arm64
What steps will reproduce the bug?
- Pull the bitnami/cassandra:4.1-debian-12 Docker image.
- Run a container using the pulled image.
- Check the user accounts on the container.
What is the expected behavior?
The default cassandra account should be replaced by the new account specified by the CASSANDRA_USER environment attribute.
What do you see instead?
Both the default cassandra account and the new account specified by the CASSANDRA_USER environment attribute exist on the machine.
Additional information
No response
Hi!
Could you provide a docker-compose yaml or docker run command that reproduces the issue? What do the logs show?
Dockerfile
FROM bitnami/cassandra:4.1-debian-12
ENV CASSANDRA_CLUSTER_NAME test
ENV CASSANDRA_USER user
ENV CASSANDRA_PASSWORD user
ENV CASSANDRA_PASSWORD_SEEDER yes
ENV BITNAMI_DEBUG true
Build Log
2024-04-13T07:02:08.354178804Z cassandra 07:02:08.35 INFO ==>
2024-04-13T07:02:08.354772446Z cassandra 07:02:08.35 INFO ==> Welcome to the Bitnami cassandra container
2024-04-13T07:02:08.355369202Z cassandra 07:02:08.35 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers
2024-04-13T07:02:08.356037643Z cassandra 07:02:08.35 INFO ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
2024-04-13T07:02:08.356770152Z cassandra 07:02:08.35 INFO ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
2024-04-13T07:02:08.357360990Z cassandra 07:02:08.35 INFO ==>
2024-04-13T07:02:08.358111518Z cassandra 07:02:08.35 INFO ==> ** Starting Cassandra setup **
2024-04-13T07:02:08.364951273Z cassandra 07:02:08.36 WARN ==> CASSANDRA_HOST not set, defaulting to system hostname
2024-04-13T07:02:08.366211553Z cassandra 07:02:08.36 INFO ==> Validating settings in CASSANDRA_* env vars..
2024-04-13T07:02:08.376572697Z cassandra 07:02:08.37 INFO ==> Initializing Cassandra database...
2024-04-13T07:02:08.382114386Z cassandra 07:02:08.38 DEBUG ==> No injected cassandra-env.sh file found. Creating default cassandra-env.sh file
2024-04-13T07:02:08.384388699Z cassandra 07:02:08.38 DEBUG ==> No injected jvm8-clients.options file found. Creating default jvm8-clients.options file
2024-04-13T07:02:08.386546303Z cassandra 07:02:08.38 DEBUG ==> No injected jvm8-server.options file found. Creating default jvm8-server.options file
2024-04-13T07:02:08.388813047Z cassandra 07:02:08.38 DEBUG ==> No injected cqlshrc.sample file found. Creating default cqlshrc.sample file
2024-04-13T07:02:08.390971094Z cassandra 07:02:08.39 DEBUG ==> No injected jvm11-server.options file found. Creating default jvm11-server.options file
2024-04-13T07:02:08.393068848Z cassandra 07:02:08.39 DEBUG ==> No injected cassandra-jaas.config file found. Creating default cassandra-jaas.config file
2024-04-13T07:02:08.395224305Z cassandra 07:02:08.39 DEBUG ==> No injected cassandra.yaml file found. Creating default cassandra.yaml file
2024-04-13T07:02:08.397350686Z cassandra 07:02:08.39 DEBUG ==> No injected README.txt file found. Creating default README.txt file
2024-04-13T07:02:08.399431507Z cassandra 07:02:08.39 DEBUG ==> No injected cassandra-topology.properties.example file found. Creating default cassandra-topology.properties.example file
2024-04-13T07:02:08.401725049Z cassandra 07:02:08.40 DEBUG ==> No injected commitlog_archiving.properties file found. Creating default commitlog_archiving.properties file
2024-04-13T07:02:08.403883116Z cassandra 07:02:08.40 DEBUG ==> No injected jvm11-clients.options file found. Creating default jvm11-clients.options file
2024-04-13T07:02:08.406095505Z cassandra 07:02:08.40 DEBUG ==> No injected triggers/README.txt file found. Creating default triggers/README.txt file
2024-04-13T07:02:08.408267023Z cassandra 07:02:08.40 DEBUG ==> No injected cassandra-rackdc.properties file found. Creating default cassandra-rackdc.properties file
2024-04-13T07:02:08.410390869Z cassandra 07:02:08.41 DEBUG ==> No injected hotspot_compiler file found. Creating default hotspot_compiler file
2024-04-13T07:02:08.412530099Z cassandra 07:02:08.41 DEBUG ==> No injected jvm-clients.options file found. Creating default jvm-clients.options file
2024-04-13T07:02:08.414580374Z cassandra 07:02:08.41 DEBUG ==> No injected metrics-reporter-config-sample.yaml file found. Creating default metrics-reporter-config-sample.yaml file
2024-04-13T07:02:08.416685489Z cassandra 07:02:08.41 DEBUG ==> No injected credentials.sample file found. Creating default credentials.sample file
2024-04-13T07:02:08.418801469Z cassandra 07:02:08.41 DEBUG ==> No injected logback.xml file found. Creating default logback.xml file
2024-04-13T07:02:08.421053185Z cassandra 07:02:08.42 DEBUG ==> No injected jvm-server.options file found. Creating default jvm-server.options file
2024-04-13T07:02:08.423141297Z cassandra 07:02:08.42 DEBUG ==> No injected logback-tools.xml file found. Creating default logback-tools.xml file
2024-04-13T07:02:08.484677288Z cassandra 07:02:08.48 DEBUG ==> Ensuring expected directories/files exist...
2024-04-13T07:02:08.490244565Z cassandra 07:02:08.48 INFO ==> Deploying Cassandra from scratch
2024-04-13T07:02:08.490937681Z cassandra 07:02:08.49 INFO ==> Starting Cassandra
2024-04-13T07:02:08.492524368Z cassandra 07:02:08.49 INFO ==> Checking that it started up correctly
2024-04-13T07:02:08.493909689Z cassandra 07:02:08.49 DEBUG ==> Checking that log /opt/bitnami/cassandra/logs/cassandra_first_boot.log contains entry "Starting listening for CQL clients"
2024-04-13T07:03:08.524056683Z INFO [main] 2024-04-13 07:03:07,558 PipelineConfigurator.java:128 - Starting listening for CQL clients on /0.0.0.0:9042 (unencrypted)...
2024-04-13T07:03:08.525238250Z cassandra 07:03:08.52 INFO ==> Found CQL startup log line
2024-04-13T07:03:08.526059075Z cassandra 07:03:08.52 DEBUG ==> Checking status with nodetool
2024-04-13T07:03:09.210954917Z UN 172.17.0.2 108.73 KiB 256 100.0% 1860eebd-51a5-4929-a4db-ba5ffc97c866 rack1
2024-04-13T07:03:09.217390068Z cassandra 07:03:09.21 INFO ==> Nodetool reported the successful startup of Cassandra
2024-04-13T07:03:09.218215529Z cassandra 07:03:09.21 INFO ==> Password seeder node
2024-04-13T07:03:09.218995224Z cassandra 07:03:09.21 INFO ==> Trying to access CQL server @ 7ff3ee1a57a0
2024-04-13T07:03:09.222119514Z cassandra 07:03:09.22 DEBUG ==> Executing CQL "DESCRIBE KEYSPACES"
2024-04-13T07:03:09.513872512Z
**2024-04-13T07:03:09.513902265Z Warning: Using a password on the command line interface can be insecure.
2024-04-13T07:03:09.513904300Z Recommendation: use the credentials file to securely provide the password.
2024-04-13T07:03:09.513905587Z
2024-04-13T07:03:09.572563325Z Connection error: ('Unable to connect to any servers', {'172.17.0.2:9042': AuthenticationFailed('Failed to authenticate to 172.17.0.2:9042: Error from server: code=0100 [Bad credentials] message="Provided username cassandra and/or password are incorrect"')})**
2024-04-13T07:03:19.597453110Z cassandra 07:03:19.59 DEBUG ==> Executing CQL "DESCRIBE KEYSPACES"
2024-04-13T07:03:19.894944679Z
2024-04-13T07:03:19.894972695Z Warning: Using a password on the command line interface can be insecure.
2024-04-13T07:03:19.894974671Z Recommendation: use the credentials file to securely provide the password.
2024-04-13T07:03:19.894975871Z
2024-04-13T07:03:20.058924274Z
2024-04-13T07:03:20.058951481Z system system_distributed system_traces system_virtual_schema
2024-04-13T07:03:20.058953480Z system_auth system_schema system_views
2024-04-13T07:03:20.058954812Z
2024-04-13T07:03:20.079496425Z cassandra 07:03:20.07 INFO ==> Accessed CQL server successfully
2024-04-13T07:03:20.080271571Z cassandra 07:03:20.07 INFO ==> Creating super-user user
2024-04-13T07:03:20.083639719Z cassandra 07:03:20.08 DEBUG ==> Executing CQL "CREATE USER 'user' WITH PASSWORD $$user$$ SUPERUSER;"
2024-04-13T07:03:20.363164788Z
2024-04-13T07:03:20.363190110Z Warning: Using a password on the command line interface can be insecure.
2024-04-13T07:03:20.363192012Z Recommendation: use the credentials file to securely provide the password.
2024-04-13T07:03:20.363193169Z
2024-04-13T07:03:20.580104300Z cassandra 07:03:20.57 INFO ==> ** Cassandra setup finished! **
2024-04-13T07:03:20.580131504Z
2024-04-13T07:03:20.586259831Z cassandra 07:03:20.58 INFO ==> ** Starting Cassandra **
2024-04-13T07:03:20.587850873Z cassandra 07:03:20.58 INFO ==> Cassandra already running with PID 177 because of the initial cluster setup
2024-04-13T07:03:20.588510552Z cassandra 07:03:20.58 INFO ==> Tailing /opt/bitnami/cassandra/logs/cassandra_first_boot.log
2024-04-13T07:03:20.590518945Z OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2024-04-13T07:03:20.590535969Z CompileCommand: dontinline org/apache/cassandra/db/Columns$Serializer.deserializeLargeSubset(Lorg/apache/cassandra/io/util/DataInputPlus;Lorg/apache/cassandra/db/Columns;I)Lorg/apache/cassandra/db/Columns;
2024-04-13T07:03:20.590538418Z CompileCommand: dontinline org/apache/cassandra/db/Columns$Serializer.serializeLargeSubset(Ljava/util/Collection;ILorg/apache/cassandra/db/Columns;ILorg/apache/cassandra/io/util/DataOutputPlus;)V
2024-04-13T07:03:20.590539676Z CompileCommand: dontinline org/apache/cassandra/db/Columns$Serializer.serializeLargeSubsetSize(Ljava/util/Collection;ILorg/apache/cassandra/db/Columns;I)I
2024-04-13T07:03:20.590540825Z CompileCommand: dontinline org/apache/cassandra/db/commitlog/AbstractCommitLogSegmentManager.advanceAllocatingFrom(Lorg/apache/cassandra/db/commitlog/CommitLogSegment;)V
2024-04-13T07:03:20.590541982Z CompileCommand: dontinline org/apache/cassandra/db/transform/BaseIterator.tryGetMoreContents()Z
2024-04-13T07:03:20.590543184Z CompileCommand: dontinline org/apache/cassandra/db/transform/StoppingTransformation.stop()V
2024-04-13T07:03:20.590544272Z CompileCommand: dontinline org/apache/cassandra/db/transform/StoppingTransformation.stopInPartition()V
2024-04-13T07:03:20.590545329Z CompileCommand: dontinline org/apache/cassandra/io/util/BufferedDataOutputStreamPlus.doFlush(I)V
2024-04-13T07:03:20.590546419Z CompileCommand: dontinline org/apache/cassandra/io/util/BufferedDataOutputStreamPlus.writeSlow(JI)V
2024-04-13T07:03:20.590547491Z CompileCommand: dontinline org/apache/cassandra/io/util/RebufferingInputStream.readPrimitiveSlowly(I)J
2024-04-13T07:03:20.590548587Z CompileCommand: exclude org/apache/cassandra/utils/JVMStabilityInspector.forceHeapSpaceOomMaybe(Ljava/lang/OutOfMemoryError;)V
2024-04-13T07:03:20.590555691Z CompileCommand: inline org/apache/cassandra/db/rows/UnfilteredSerializer.serializeRowBody(Lorg/apache/cassandra/db/rows/Row;ILorg/apache/cassandra/db/rows/SerializationHelper;Lorg/apache/cassandra/io/util/DataOutputPlus;)V
2024-04-13T07:03:20.590557164Z CompileCommand: inline org/apache/cassandra/io/util/Memory.checkBounds(JJ)V
2024-04-13T07:03:20.590558407Z CompileCommand: inline org/apache/cassandra/io/util/SafeMemory.checkBounds(JJ)V
2024-04-13T07:03:20.590559835Z CompileCommand: inline org/apache/cassandra/io/util/TrackedDataInputPlus.checkCanRead(I)V
2024-04-13T07:03:20.590560949Z CompileCommand: inline org/apache/cassandra/net/FrameDecoderWith8bHeader.decode(Ljava/util/Collection;Lorg/apache/cassandra/net/ShareableBytes;I)V
2024-04-13T07:03:20.590562096Z CompileCommand: inline org/apache/cassandra/service/reads/repair/RowIteratorMergeListener.applyToPartition(ILjava/util/function/Consumer;)V
2024-04-13T07:03:20.590563294Z CompileCommand: inline org/apache/cassandra/utils/AsymmetricOrdering.selectBoundary(Lorg/apache/cassandra/utils/AsymmetricOrdering/Op;II)I
2024-04-13T07:03:20.590564415Z CompileCommand: inline org/apache/cassandra/utils/AsymmetricOrdering.strictnessOfLessThan(Lorg/apache/cassandra/utils/AsymmetricOrdering/Op;)I
2024-04-13T07:03:20.590565543Z CompileCommand: inline org/apache/cassandra/utils/BloomFilter.indexes(Lorg/apache/cassandra/utils/IFilter/FilterKey;)[J
2024-04-13T07:03:20.590566647Z CompileCommand: inline org/apache/cassandra/utils/BloomFilter.setIndexes(JJIJ[J)V
2024-04-13T07:03:20.590567807Z CompileCommand: inline org/apache/cassandra/utils/ByteBufferUtil.compare(Ljava/nio/ByteBuffer;[B)I
2024-04-13T07:03:20.590568859Z CompileCommand: inline org/apache/cassandra/utils/ByteBufferUtil.compare([BLjava/nio/ByteBuffer;)I
2024-04-13T07:03:20.590569959Z CompileCommand: inline org/apache/cassandra/utils/ByteBufferUtil.compareUnsigned(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
2024-04-13T07:03:20.590571086Z CompileCommand: inline org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo(Ljava/lang/Object;JILjava/lang/Object;JI)I
2024-04-13T07:03:20.590572199Z CompileCommand: inline org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo(Ljava/lang/Object;JILjava/nio/ByteBuffer;)I
2024-04-13T07:03:20.590573325Z CompileCommand: inline org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
2024-04-13T07:03:20.590574582Z CompileCommand: inline org/apache/cassandra/utils/concurrent/Awaitable$AsyncAwaitable.await(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/util/function/Predicate;Lorg/apache/cassandra/utils/concurrent/Awaitable;)Lorg/apache/cassandra/utils/concurrent/Awaitable;
2024-04-13T07:03:20.590576004Z CompileCommand: inline org/apache/cassandra/utils/concurrent/Awaitable$AsyncAwaitable.awaitUntil(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/util/function/Predicate;Lorg/apache/cassandra/utils/concurrent/Awaitable;J)Z
2024-04-13T07:03:20.590577454Z CompileCommand: inline org/apache/cassandra/utils/concurrent/Awaitable$AsyncAwaitable.register(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/util/function/Predicate;Lorg/apache/cassandra/utils/concurrent/Awaitable;)Lorg/apache/cassandra/utils/concurrent/WaitQueue/Signal;
2024-04-13T07:03:20.590580074Z CompileCommand: inline org/apache/cassandra/utils/concurrent/Awaitable$AsyncAwaitable.signalAll(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Lorg/apache/cassandra/utils/concurrent/Awaitable;)V
2024-04-13T07:03:20.590581428Z CompileCommand: inline org/apache/cassandra/utils/concurrent/IntrusiveStack.push(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/lang/Object;Lorg/apache/cassandra/utils/concurrent/IntrusiveStack;)Lorg/apache/cassandra/utils/concurrent/IntrusiveStack;
2024-04-13T07:03:20.590582793Z CompileCommand: inline org/apache/cassandra/utils/concurrent/IntrusiveStack.push(Ljava/util/function/Function;Lorg/apache/cassandra/utils/concurrent/IntrusiveStack/Setter;Ljava/lang/Object;Lorg/apache/cassandra/utils/concurrent/IntrusiveStack;)Lorg/apache/cassandra/utils/concurrent/IntrusiveStack;
2024-04-13T07:03:20.590584058Z CompileCommand: inline org/apache/cassandra/utils/concurrent/ListenerList.push(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/lang/Object;Lorg/apache/cassandra/utils/concurrent/ListenerList;)V
2024-04-13T07:03:20.590585249Z CompileCommand: inline org/apache/cassandra/utils/concurrent/ListenerList.pushExclusive(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/lang/Object;Lorg/apache/cassandra/utils/concurrent/ListenerList;)V
2024-04-13T07:03:20.590586444Z CompileCommand: inline org/apache/cassandra/utils/memory/BufferPool$LocalPool.tryGetInternal(IZ)Ljava/nio/ByteBuffer;
2024-04-13T07:03:20.590587564Z CompileCommand: inline org/apache/cassandra/utils/vint/VIntCoding.encodeUnsignedVInt(JI)[B
2024-04-13T07:03:20.590597807Z CompileCommand: inline org/apache/cassandra/utils/vint/VIntCoding.writeUnsignedVInt(JLjava/nio/ByteBuffer;)V
2024-04-13T07:03:20.590598933Z CompileCommand: inline org/apache/cassandra/utils/vint/VIntCoding.writeUnsignedVInt(JLorg/apache/cassandra/io/util/DataOutputPlus;)V
2024-04-13T07:03:20.590600221Z CompileCommand: inline org/apache/cassandra/utils/vint/VIntCoding.writeVInt(JLjava/nio/ByteBuffer;)V
2024-04-13T07:03:20.590601378Z CompileCommand: inline org/apache/cassandra/utils/vint/VIntCoding.writeVInt(JLorg/apache/cassandra/io/util/DataOutputPlus;)V
2024-04-13T07:03:20.590602479Z INFO [main] 2024-04-13 07:02:09,866 YamlConfigurationLoader.java:104 - Configuration location: file:/opt/bitnami/cassandra/conf/cassandra.yaml
2024-04-13T07:03:20.590608144Z INFO [main] 2024-04-13 07:02:09,969 Config.java:1171 - Node configuration:[allocate_tokens_for_keyspace=null; allocate_tokens_for_local_replication_factor=3; allow_extra_insecure_udfs=false; allow_filtering_enabled=true; allow_insecure_udfs=false; audit_logging_options=AuditLogOptions{enabled=false, logger='BinAuditLogger', included_keyspaces='', excluded_keyspaces='system,system_schema,system_virtual_schema', included_categories='', excluded_categories='', included_users='', excluded_users='', audit_logs_dir='/opt/bitnami/cassandra/logs/audit', archive_command='', roll_cycle='HOURLY', block=true, max_queue_weight=268435456, max_log_size=17179869184, max_archive_retries=10}; auth_cache_warming_enabled=false; auth_read_consistency_level=LOCAL_QUORUM; auth_write_consistency_level=EACH_QUORUM; authenticator=PasswordAuthenticator; authorizer=CassandraAuthorizer; auto_bootstrap=true; auto_hints_cleanup_enabled=false; auto_optimise_full_repair_streams=false; auto_optimise_inc_repair_streams=false; auto_optimise_preview_repair_streams=false; auto_snapshot=true; auto_snapshot_ttl=30d; autocompaction_on_startup_enabled=true; automatic_sstable_upgrade=false; available_processors=-1; back_pressure_enabled=false; back_pressure_strategy=null; batch_size_fail_threshold=50KiB; batch_size_warn_threshold=5KiB; batchlog_replay_throttle=1024KiB; block_for_peers_in_remote_dcs=false; block_for_peers_timeout_in_secs=10; broadcast_address=null; broadcast_rpc_address=7ff3ee1a57a0; buffer_pool_use_heap_if_exhausted=false; cache_load_timeout=30s; cas_contention_timeout=1000ms; cdc_block_writes=true; cdc_enabled=false; cdc_free_space_check_interval=250ms; cdc_raw_directory=/bitnami/cassandra/data/cdc_raw; cdc_total_space=0MiB; check_for_duplicate_rows_during_compaction=true; check_for_duplicate_rows_during_reads=true; client_encryption_options=<REDACTED>; client_error_reporting_exclusions=SubnetGroups{subnets=[]}; cluster_name=test; collection_size_fail_threshold=null; collection_size_warn_threshold=null; column_index_cache_size=2KiB; column_index_size=64KiB; columns_per_table_fail_threshold=-1; columns_per_table_warn_threshold=-1; commit_failure_policy=stop; commitlog_compression=null; commitlog_directory=/bitnami/cassandra/data/commitlog; commitlog_max_compression_buffers_in_pool=3; commitlog_periodic_queue_size=-1; commitlog_segment_size=32MiB; commitlog_sync=periodic; commitlog_sync_batch_window_in_ms=NaN; commitlog_sync_group_window=0ms; commitlog_sync_period=10000ms; commitlog_total_space=null; compact_tables_enabled=true; compaction_large_partition_warning_threshold=100MiB; compaction_throughput=64MiB/s; compaction_tombstone_warning_threshold=100000; concurrent_compactors=null; concurrent_counter_writes=32; concurrent_materialized_view_builders=1; concurrent_materialized_view_writes=32; concurrent_reads=32; concurrent_replicates=null; concurrent_validations=0; concurrent_writes=32; consecutive_message_errors_threshold=1; coordinator_read_size_fail_threshold=null; coordinator_read_size_warn_threshold=null; corrupted_tombstone_strategy=disabled; counter_cache_keys_to_save=2147483647; counter_cache_save_period=7200s; counter_cache_size=null; counter_write_request_timeout=5000ms; credentials_cache_active_update=false; credentials_cache_max_entries=1000; credentials_update_interval=null; credentials_validity=2000ms; data_disk_usage_max_disk_size=null; data_disk_usage_percentage_fail_threshold=-1; data_disk_usage_percentage_warn_threshold=-1; data_file_directories=[Ljava.lang.String;@2cab9998; default_keyspace_rf=1; denylist_consistency_level=QUORUM; denylist_initial_load_retry=5s; denylist_max_keys_per_table=1000; denylist_max_keys_total=10000; denylist_range_reads_enabled=true; denylist_reads_enabled=true; denylist_refresh=600s; denylist_writes_enabled=true; diagnostic_events_enabled=false; disk_access_mode=auto; disk_failure_policy=stop; disk_optimization_estimate_percentile=0.95; disk_optimization_page_cross_chance=0.1; disk_optimization_strategy=ssd; drop_compact_storage_enabled=false; drop_truncate_table_enabled=true; dynamic_snitch=true; dynamic_snitch_badness_threshold=1.0; dynamic_snitch_reset_interval=600000ms; dynamic_snitch_update_interval=100ms; endpoint_snitch=SimpleSnitch; entire_sstable_inter_dc_stream_throughput_outbound=24MiB/s; entire_sstable_stream_throughput_outbound=24MiB/s; failure_detector=FailureDetector; fields_per_udt_fail_threshold=-1; fields_per_udt_warn_threshold=-1; file_cache_enabled=false; file_cache_round_up=null; file_cache_size=null; flush_compression=fast; force_new_prepared_statement_behaviour=false; full_query_logging_options=FullQueryLoggerOptions{log_dir='', archive_command='', roll_cycle='HOURLY', block=true, max_queue_weight=268435456, max_log_size=17179869184}; gc_log_threshold=200ms; gc_warn_threshold=1s; group_by_enabled=true; hint_window_persistent_enabled=true; hinted_handoff_disabled_datacenters=[]; hinted_handoff_enabled=true; hinted_handoff_throttle=1024KiB; hints_compression=null; hints_directory=/bitnami/cassandra/data/hints; hints_flush_period=10000ms; ideal_consistency_level=null; in_select_cartesian_product_fail_threshold=-1; in_select_cartesian_product_warn_threshold=-1; incremental_backups=false; index_summary_capacity=null; index_summary_resize_interval=60m; initial_range_tombstone_list_allocation_size=1; initial_token=null; inter_dc_stream_throughput_outbound=24MiB/s; inter_dc_tcp_nodelay=false; internode_application_receive_queue_capacity=4MiB; internode_application_receive_queue_reserve_endpoint_capacity=128MiB; internode_application_receive_queue_reserve_global_capacity=512MiB; internode_application_send_queue_capacity=4MiB; internode_application_send_queue_reserve_endpoint_capacity=128MiB; internode_application_send_queue_reserve_global_capacity=512MiB; internode_authenticator=null; internode_compression=dc; internode_error_reporting_exclusions=SubnetGroups{subnets=[]}; internode_max_message_size=null; internode_socket_receive_buffer_size=0B; internode_socket_send_buffer_size=0B; internode_streaming_tcp_user_timeout=300s; internode_tcp_connect_timeout=2s; internode_tcp_user_timeout=30s; internode_timeout=true; items_per_collection_fail_threshold=-1; items_per_collection_warn_threshold=-1; key_cache_keys_to_save=2147483647; key_cache_migrate_during_compaction=true; key_cache_save_period=4h; key_cache_size=null; keyspace_count_warn_threshold=40; keyspaces_fail_threshold=-1; keyspaces_warn_threshold=-1; listen_address=7ff3ee1a57a0; listen_interface=null; listen_interface_prefer_ipv6=false; listen_on_broadcast_address=false; local_read_size_fail_threshold=null; local_read_size_warn_threshold=null; local_system_data_file_directory=null; materialized_views_enabled=false; materialized_views_per_table_fail_threshold=-1; materialized_views_per_table_warn_threshold=-1; max_concurrent_automatic_sstable_upgrades=1; max_hint_window=3h; max_hints_delivery_threads=2; max_hints_file_size=128MiB; max_hints_size_per_host=0B; max_mutation_size=null; max_streaming_retries=3; max_top_size_partition_count=10; max_top_tombstone_partition_count=10; max_value_size=256MiB; memtable=null; memtable_allocation_type=heap_buffers; memtable_cleanup_threshold=null; memtable_flush_writers=0; memtable_heap_space=null; memtable_offheap_space=null; min_free_space_per_drive=50MiB; min_tracked_partition_size=1MiB; min_tracked_partition_tombstone_count=5000; minimum_replication_factor_fail_threshold=-1; minimum_replication_factor_warn_threshold=-1; native_transport_allow_older_protocols=true; native_transport_flush_in_batches_legacy=false; native_transport_idle_timeout=0ms; native_transport_max_concurrent_connections=-1; native_transport_max_concurrent_connections_per_ip=-1; native_transport_max_frame_size=16MiB; native_transport_max_negotiable_protocol_version=null; native_transport_max_request_data_in_flight=null; native_transport_max_request_data_in_flight_per_ip=null; native_transport_max_requests_per_second=1000000; native_transport_max_threads=128; native_transport_port=9042; native_transport_port_ssl=null; native_transport_rate_limiting_enabled=false; native_transport_receive_queue_capacity=1MiB; network_authorizer=AllowAllNetworkAuthorizer; networking_cache_size=null; num_tokens=256; otc_backlog_expiration_interval_ms=200; otc_coalescing_enough_coalesced_messages=8; otc_coalescing_strategy=DISABLED; otc_coalescing_window_us=200; page_size_fail_threshold=-1; page_size_warn_threshold=-1; partition_denylist_enabled=false; partition_keys_in_select_fail_threshold=-1; partition_keys_in_select_warn_threshold=-1; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; paxos_cache_size=null; paxos_contention_max_wait=null; paxos_contention_min_delta=null; paxos_contention_min_wait=null; paxos_contention_wait_randomizer=null; paxos_on_linearizability_violations=ignore; paxos_purge_grace_period=60s; paxos_repair_enabled=true; paxos_repair_parallelism=-1; paxos_state_purging=null; paxos_topology_repair_no_dc_checks=false; paxos_topology_repair_strict_each_quorum=false; paxos_variant=v1; periodic_commitlog_sync_lag_block=null; permissions_cache_active_update=false; permissions_cache_max_entries=1000; permissions_update_interval=null; permissions_validity=2000ms; phi_convict_threshold=8.0; prepared_statements_cache_size=null; range_request_timeout=10000ms; range_tombstone_list_growth_factor=1.5; read_before_write_list_operations_enabled=true; read_consistency_levels_disallowed=[]; read_consistency_levels_warned=[]; read_request_timeout=5000ms; read_thresholds_enabled=false; reject_repair_compaction_threshold=2147483647; repair_command_pool_full_strategy=queue; repair_command_pool_size=0; repair_request_timeout=120000ms; repair_session_max_tree_depth=null; repair_session_space=null; repair_state_expires=3d; repair_state_size=100000; repaired_data_tracking_for_partition_reads_enabled=false; repaired_data_tracking_for_range_reads_enabled=false; report_unconfirmed_repaired_data_mismatches=false; request_timeout=10000ms; role_manager=CassandraRoleManager; roles_cache_active_update=false; roles_cache_max_entries=1000; roles_update_interval=null; roles_validity=2000ms; row_cache_class_name=org.apache.cassandra.cache.OHCProvider; row_cache_keys_to_save=2147483647; row_cache_save_period=0s; row_cache_size=0MiB; row_index_read_size_fail_threshold=null; row_index_read_size_warn_threshold=null; rpc_address=0.0.0.0; rpc_interface=null; rpc_interface_prefer_ipv6=false; rpc_keepalive=true; sasi_indexes_enabled=false; saved_caches_directory=/bitnami/cassandra/data/saved_caches; scripted_user_defined_functions_enabled=false; secondary_indexes_enabled=true; secondary_indexes_per_table_fail_threshold=-1; secondary_indexes_per_table_warn_threshold=-1; seed_provider=org.apache.cassandra.locator.SimpleSeedProvider{seeds=7ff3ee1a57a0}; server_encryption_options=<REDACTED>; skip_paxos_repair_on_topology_change=false; skip_paxos_repair_on_topology_change_keyspaces=[]; slow_query_log_timeout=500ms; snapshot_before_compaction=false; snapshot_links_per_second=0; snapshot_on_duplicate_row_detection=false; snapshot_on_repaired_data_mismatch=false; ssl_storage_port=7001; sstable_preemptive_open_interval=50MiB; start_native_transport=true; startup_checks={}; storage_port=7000; stream_entire_sstables=true; stream_throughput_outbound=24MiB/s; streaming_connections_per_host=1; streaming_keep_alive_period=300s; streaming_slow_events_log_timeout=10s; streaming_state_expires=3d; streaming_state_size=40MiB; streaming_stats_enabled=true; table_count_warn_threshold=150; table_properties_disallowed=[]; table_properties_ignored=[]; table_properties_warned=[]; tables_fail_threshold=-1; tables_warn_threshold=-1; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; top_partitions_enabled=true; trace_type_query_ttl=1d; trace_type_repair_ttl=7d; transient_replication_enabled=false; transparent_data_encryption_options=org.apache.cassandra.config.TransparentDataEncryptionOptions@2f7a7219; traverse_auth_from_root=false; trickle_fsync=false; trickle_fsync_interval=10240KiB; truncate_request_timeout=60000ms; uncompressed_tables_enabled=true; unlogged_batch_across_partitions_warn_threshold=10; use_deterministic_table_id=false; use_offheap_merkle_trees=true; use_statements_enabled=true; user_defined_functions_enabled=false; user_defined_functions_fail_timeout=1500ms; user_defined_functions_threads_enabled=true; user_defined_functions_warn_timeout=500ms; user_function_timeout_policy=die; user_timestamps_enabled=true; uuid_sstable_identifiers_enabled=false; validation_preview_purge_head_start=3600s; windows_timer_interval=0; write_consistency_levels_disallowed=[]; write_consistency_levels_warned=[]; write_request_timeout=2000ms]
2024-04-13T07:03:20.590638619Z INFO [main] 2024-04-13 07:02:09,970 DatabaseDescriptor.java:460 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap
2024-04-13T07:03:20.590639963Z INFO [main] 2024-04-13 07:02:09,970 DatabaseDescriptor.java:514 - Global memtable on-heap threshold is enabled at 1949MiB
2024-04-13T07:03:20.590641126Z INFO [main] 2024-04-13 07:02:09,970 DatabaseDescriptor.java:518 - Global memtable off-heap threshold is enabled at 1949MiB
2024-04-13T07:03:20.590643670Z INFO [main] 2024-04-13 07:02:09,970 DatabaseDescriptor.java:585 - Native transport rate-limiting disabled.
2024-04-13T07:03:20.590644843Z INFO [main] 2024-04-13 07:02:10,163 AuthCache.java:340 - (Re)initializing CredentialsCache (validity period/update interval/max entries/active update) (2000/2000/1000/false)
2024-04-13T07:03:20.590646008Z INFO [main] 2024-04-13 07:02:10,192 JMXServerUtils.java:274 - Configured JMX server at: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:7199/jmxrmi
2024-04-13T07:03:20.590647167Z INFO [main] 2024-04-13 07:02:10,194 CassandraDaemon.java:618 - Hostname: 7ff3ee1a57a0:7000:7001
2024-04-13T07:03:20.590648314Z INFO [main] 2024-04-13 07:02:10,194 CassandraDaemon.java:625 - JVM vendor/version: OpenJDK 64-Bit Server VM/11.0.22
2024-04-13T07:03:20.590649565Z INFO [main] 2024-04-13 07:02:10,194 CassandraDaemon.java:626 - Heap size: 7.615GiB/7.615GiB
2024-04-13T07:03:20.590650881Z INFO [main] 2024-04-13 07:02:10,195 CassandraDaemon.java:631 - CodeHeap 'non-nmethods' Non-heap memory: init = 2555904(2496K) used = 3029248(2958K) committed = 3080192(3008K) max = 7598080(7420K)
2024-04-13T07:03:20.590652157Z INFO [main] 2024-04-13 07:02:10,199 CassandraDaemon.java:631 - Metaspace Non-heap memory: init = 0(0K) used = 32377672(31618K) committed = 33288192(32508K) max = -1(-1K)
2024-04-13T07:03:20.590653414Z INFO [main] 2024-04-13 07:02:10,200 CassandraDaemon.java:631 - CodeHeap 'profiled nmethods' Non-heap memory: init = 2555904(2496K) used = 5531648(5402K) committed = 5570560(5440K) max = 122028032(119168K)
2024-04-13T07:03:20.590654642Z INFO [main] 2024-04-13 07:02:10,200 CassandraDaemon.java:631 - Compressed Class Space Non-heap memory: init = 0(0K) used = 3413336(3333K) committed = 3665920(3580K) max = 1073741824(1048576K)
2024-04-13T07:03:20.590655890Z INFO [main] 2024-04-13 07:02:10,200 CassandraDaemon.java:631 - Par Eden Space Heap memory: init = 1676935168(1637632K) used = 503111840(491320K) committed = 1676935168(1637632K) max = 1676935168(1637632K)
2024-04-13T07:03:20.590657124Z INFO [main] 2024-04-13 07:02:10,200 CassandraDaemon.java:631 - Par Survivor Space Heap memory: init = 209584128(204672K) used = 0(0K) committed = 209584128(204672K) max = 209584128(204672K)
2024-04-13T07:03:20.590658282Z INFO [main] 2024-04-13 07:02:10,200 CassandraDaemon.java:631 - CodeHeap 'non-profiled nmethods' Non-heap memory: init = 2555904(2496K) used = 1005312(981K) committed = 2555904(2496K) max = 122032128(119172K)
2024-04-13T07:03:20.590659479Z INFO [main] 2024-04-13 07:02:10,200 CassandraDaemon.java:631 - CMS Old Gen Heap memory: init = 6290407424(6142976K) used = 0(0K) committed = 6290407424(6142976K) max = 6290407424(6142976K)
2024-04-13T07:03:20.590660975Z INFO [main] 2024-04-13 07:02:10,200 CassandraDaemon.java:633 - Classpath: /opt/bitnami/cassandra/bin/../conf:/opt/bitnami/cassandra/bin/../lib/HdrHistogram-2.1.12.jar:/opt/bitnami/cassandra/bin/../lib/ST4-4.0.8.jar:/opt/bitnami/cassandra/bin/../lib/airline-0.8.jar:/opt/bitnami/cassandra/bin/../lib/antlr-runtime-3.5.2.jar:/opt/bitnami/cassandra/bin/../lib/apache-cassandra-4.1.4.jar:/opt/bitnami/cassandra/bin/../lib/asm-9.1.jar:/opt/bitnami/cassandra/bin/../lib/caffeine-2.9.2.jar:/opt/bitnami/cassandra/bin/../lib/cassandra-driver-core-3.11.0-shaded.jar:/opt/bitnami/cassandra/bin/../lib/checker-qual-3.10.0.jar:/opt/bitnami/cassandra/bin/../lib/chronicle-bytes-2.20.111.jar:/opt/bitnami/cassandra/bin/../lib/chronicle-core-2.20.126.jar:/opt/bitnami/cassandra/bin/../lib/chronicle-queue-5.20.123.jar:/opt/bitnami/cassandra/bin/../lib/chronicle-threads-2.20.111.jar:/opt/bitnami/cassandra/bin/../lib/chronicle-wire-2.20.117.jar:/opt/bitnami/cassandra/bin/../lib/commons-cli-1.1.jar:/opt/bitnami/cassandra/bin/../lib/commons-codec-1.9.jar:/opt/bitnami/cassandra/bin/../lib/commons-lang3-3.11.jar:/opt/bitnami/cassandra/bin/../lib/commons-math3-3.2.jar:/opt/bitnami/cassandra/bin/../lib/concurrent-trees-2.4.0.jar:/opt/bitnami/cassandra/bin/../lib/ecj-4.6.1.jar:/opt/bitnami/cassandra/bin/../lib/error_prone_annotations-2.5.1.jar:/opt/bitnami/cassandra/bin/../lib/guava-27.0-jre.jar:/opt/bitnami/cassandra/bin/../lib/high-scale-lib-1.0.6.jar:/opt/bitnami/cassandra/bin/../lib/hppc-0.8.1.jar:/opt/bitnami/cassandra/bin/../lib/ipaddress-5.3.3.jar:/opt/bitnami/cassandra/bin/../lib/j2objc-annotations-1.3.jar:/opt/bitnami/cassandra/bin/../lib/jackson-annotations-2.13.2.jar:/opt/bitnami/cassandra/bin/../lib/jackson-core-2.13.2.jar:/opt/bitnami/cassandra/bin/../lib/jackson-databind-2.13.2.2.jar:/opt/bitnami/cassandra/bin/../lib/jackson-datatype-jsr310-2.13.2.jar:/opt/bitnami/cassandra/bin/../lib/jamm-0.3.2.jar:/opt/bitnami/cassandra/bin/../lib/javax.inject-1.jar:/opt/bitnami/cassandra/bin/../lib/jbcrypt-0.4.jar:/opt/bitnami/cassandra/bin/../lib/jcl-over-slf4j-1.7.25.jar:/opt/bitnami/cassandra/bin/../lib/jcommander-1.30.jar:/opt/bitnami/cassandra/bin/../lib/jctools-core-3.1.0.jar:/opt/bitnami/cassandra/bin/../lib/jna-5.9.0.jar:/opt/bitnami/cassandra/bin/../lib/json-simple-1.1.jar:/opt/bitnami/cassandra/bin/../lib/jsr305-2.0.2.jar:/opt/bitnami/cassandra/bin/../lib/jvm-attach-api-1.5.jar:/opt/bitnami/cassandra/bin/../lib/log4j-over-slf4j-1.7.25.jar:/opt/bitnami/cassandra/bin/../lib/logback-classic-1.2.9.jar:/opt/bitnami/cassandra/bin/../lib/logback-core-1.2.9.jar:/opt/bitnami/cassandra/bin/../lib/lz4-java-1.8.0.jar:/opt/bitnami/cassandra/bin/../lib/metrics-core-3.1.5.jar:/opt/bitnami/cassandra/bin/../lib/metrics-jvm-3.1.5.jar:/opt/bitnami/cassandra/bin/../lib/metrics-logback-3.1.5.jar:/opt/bitnami/cassandra/bin/../lib/mxdump-0.14.jar:/opt/bitnami/cassandra/bin/../lib/netty-all-4.1.58.Final.jar:/opt/bitnami/cassandra/bin/../lib/netty-tcnative-boringssl-static-2.0.36.Final.jar:/opt/bitnami/cassandra/bin/../lib/ohc-core-0.5.1.jar:/opt/bitnami/cassandra/bin/../lib/ohc-core-j8-0.5.1.jar:/opt/bitnami/cassandra/bin/../lib/psjava-0.1.19.jar:/opt/bitnami/cassandra/bin/../lib/reporter-config-base-3.0.3.jar:/opt/bitnami/cassandra/bin/../lib/reporter-config3-3.0.3.jar:/opt/bitnami/cassandra/bin/../lib/sigar-1.6.4.jar:/opt/bitnami/cassandra/bin/../lib/sjk-cli-0.14.jar:/opt/bitnami/cassandra/bin/../lib/sjk-core-0.14.jar:/opt/bitnami/cassandra/bin/../lib/sjk-json-0.14.jar:/opt/bitnami/cassandra/bin/../lib/sjk-stacktrace-0.14.jar:/opt/bitnami/cassandra/bin/../lib/slf4j-api-1.7.25.jar:/opt/bitnami/cassandra/bin/../lib/snakeyaml-1.26.jar:/opt/bitnami/cassandra/bin/../lib/snappy-java-1.1.10.4.jar:/opt/bitnami/cassandra/bin/../lib/snowball-stemmer-1.3.0.581.1.jar:/opt/bitnami/cassandra/bin/../lib/stream-2.5.2.jar:/opt/bitnami/cassandra/bin/../lib/zstd-jni-1.5.5-1.jar:/opt/bitnami/cassandra/bin/../lib/jsr223/*/*.jar:
2024-04-13T07:03:20.590669933Z INFO [main] 2024-04-13 07:02:10,200 CassandraDaemon.java:635 - JVM Arguments: [-ea, -da:net.openhft..., -XX:+UseThreadPriorities, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:+AlwaysPreTouch, -XX:-UseBiasedLocking, -XX:+UseTLAB, -XX:+ResizeTLAB, -XX:+UseNUMA, -XX:+PerfDisableSharedMem, -Djava.net.preferIPv4Stack=true, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:+CMSClassUnloadingEnabled, -Djdk.attach.allowAttachSelf=true, --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED, --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED, --add-exports=java.base/sun.nio.ch=ALL-UNNAMED, --add-exports=java.management.rmi/com.sun.jmx.remote.internal.rmi=ALL-UNNAMED, --add-exports=java.rmi/sun.rmi.registry=ALL-UNNAMED, --add-exports=java.rmi/sun.rmi.server=ALL-UNNAMED, --add-exports=java.sql/java.sql=ALL-UNNAMED, --add-opens=java.base/java.lang.module=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.base/jdk.internal.reflect=ALL-UNNAMED, --add-opens=java.base/jdk.internal.math=ALL-UNNAMED, --add-opens=java.base/jdk.internal.module=ALL-UNNAMED, --add-opens=java.base/jdk.internal.util.jar=ALL-UNNAMED, --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED, -Dio.netty.tryReflectionSetAccessible=true, -Xlog:gc=info,heap*=trace,age*=debug,safepoint=info,promotion*=trace:file=/opt/bitnami/cassandra/logs/gc.log:time,uptime,pid,tid,level:filecount=10,filesize=10485760, -Xms7998M, -Xmx7998M, -Xmn1999M, -XX:+UseCondCardMark, -XX:CompileCommandFile=/opt/bitnami/cassandra/bin/../conf/hotspot_compiler, -javaagent:/opt/bitnami/cassandra/bin/../lib/jamm-0.3.2.jar, -Dcassandra.jmx.local.port=7199, -Dcom.sun.management.jmxremote.authenticate=false, -Dcom.sun.management.jmxremote.password.file=/etc/cassandra/jmxremote.password, -Djava.library.path=/opt/bitnami/cassandra/bin/../lib/sigar-bin, -Dcassandra.libjemalloc=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2, -Dcassandra.libjemalloc=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2, -XX:OnOutOfMemoryError=kill -9 %p, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/opt/bitnami/cassandra/logs, -Dcassandra.storagedir=/opt/bitnami/cassandra/bin/../data, -Dcassandra-pidfile=/opt/bitnami/cassandra/tmp/cassandra.pid, -Dcassandra-foreground=yes]
2024-04-13T07:03:20.590675007Z INFO [main] 2024-04-13 07:02:10,250 NativeLibrary.java:186 - JNA mlockall successful
2024-04-13T07:03:20.590676165Z INFO [main] 2024-04-13 07:02:10,258 MonotonicClock.java:208 - Scheduling approximate time conversion task with an interval of 10000 milliseconds
2024-04-13T07:03:20.590677453Z INFO [main] 2024-04-13 07:02:10,260 MonotonicClock.java:344 - Scheduling approximate time-check task with a precision of 2 milliseconds
2024-04-13T07:03:20.590678600Z INFO [main] 2024-04-13 07:02:10,280 StartupChecks.java:203 - jemalloc seems to be preloaded from /usr/lib/x86_64-linux-gnu/libjemalloc.so.2
2024-04-13T07:03:20.590679731Z WARN [main] 2024-04-13 07:02:10,280 StartupChecks.java:257 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.
2024-04-13T07:03:20.590680871Z INFO [main] 2024-04-13 07:02:10,281 SigarLibrary.java:46 - Initializing SIGAR library
2024-04-13T07:03:20.590681937Z INFO [ScheduledTasks:1] 2024-04-13 07:02:10,283 StreamManager.java:260 - Storing streaming state for 3d or for 119156 elements
2024-04-13T07:03:20.590683092Z WARN [main] 2024-04-13 07:02:10,285 SigarLibrary.java:172 - Cassandra server running in degraded mode. Is swap disabled? : false, Address space adequate? : true, nofile limit adequate? : true, nproc limit adequate? : true
2024-04-13T07:03:20.590684279Z WARN [main] 2024-04-13 07:02:10,285 StartupChecks.java:492 - Maximum number of memory map areas per process (vm.max_map_count) 262144 is too low, recommended value: 1048575, you can change it with sysctl.
2024-04-13T07:03:20.590685465Z INFO [main] 2024-04-13 07:02:10,523 Keyspace.java:381 - Creating replication strategy system params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.LocalStrategy}}
2024-04-13T07:03:20.590687836Z INFO [main] 2024-04-13 07:02:10,536 ColumnFamilyStore.java:484 - Initializing system.IndexInfo
2024-04-13T07:03:20.590688940Z INFO [main] 2024-04-13 07:02:10,866 ColumnFamilyStore.java:484 - Initializing system.batches
2024-04-13T07:03:20.590690037Z INFO [main] 2024-04-13 07:02:10,869 ColumnFamilyStore.java:484 - Initializing system.paxos
2024-04-13T07:03:20.590691119Z INFO [main] 2024-04-13 07:02:10,873 SecondaryIndexManager.java:211 - Index [PaxosUncommittedIndex] registered and writable.
2024-04-13T07:03:20.590692220Z INFO [SecondaryIndexManagement:1] 2024-04-13 07:02:10,875 SecondaryIndexManager.java:666 - Index [PaxosUncommittedIndex] became queryable after successful build.
2024-04-13T07:03:20.590693386Z INFO [main] 2024-04-13 07:02:10,877 ColumnFamilyStore.java:484 - Initializing system.paxos_repair_history
2024-04-13T07:03:20.590694479Z INFO [main] 2024-04-13 07:02:10,879 ColumnFamilyStore.java:484 - Initializing system.local
2024-04-13T07:03:20.590695800Z INFO [main] 2024-04-13 07:02:10,881 ColumnFamilyStore.java:484 - Initializing system.peers_v2
2024-04-13T07:03:20.590696904Z INFO [main] 2024-04-13 07:02:10,883 ColumnFamilyStore.java:484 - Initializing system.peers
2024-04-13T07:03:20.590697984Z INFO [main] 2024-04-13 07:02:10,886 ColumnFamilyStore.java:484 - Initializing system.peer_events_v2
2024-04-13T07:03:20.590699091Z INFO [main] 2024-04-13 07:02:10,888 ColumnFamilyStore.java:484 - Initializing system.peer_events
2024-04-13T07:03:20.590700169Z INFO [main] 2024-04-13 07:02:10,890 ColumnFamilyStore.java:484 - Initializing system.compaction_history
2024-04-13T07:03:20.590701257Z INFO [main] 2024-04-13 07:02:10,892 ColumnFamilyStore.java:484 - Initializing system.sstable_activity
2024-04-13T07:03:20.590702352Z INFO [main] 2024-04-13 07:02:10,895 ColumnFamilyStore.java:484 - Initializing system.sstable_activity_v2
2024-04-13T07:03:20.590703432Z INFO [main] 2024-04-13 07:02:10,897 ColumnFamilyStore.java:484 - Initializing system.size_estimates
2024-04-13T07:03:20.590704526Z INFO [main] 2024-04-13 07:02:10,899 ColumnFamilyStore.java:484 - Initializing system.table_estimates
2024-04-13T07:03:20.590705618Z INFO [main] 2024-04-13 07:02:10,901 ColumnFamilyStore.java:484 - Initializing system.available_ranges_v2
2024-04-13T07:03:20.590706720Z INFO [main] 2024-04-13 07:02:10,904 ColumnFamilyStore.java:484 - Initializing system.available_ranges
2024-04-13T07:03:20.590707802Z INFO [main] 2024-04-13 07:02:10,906 ColumnFamilyStore.java:484 - Initializing system.transferred_ranges_v2
2024-04-13T07:03:20.590708886Z INFO [main] 2024-04-13 07:02:10,908 ColumnFamilyStore.java:484 - Initializing system.transferred_ranges
2024-04-13T07:03:20.590709951Z INFO [main] 2024-04-13 07:02:10,910 ColumnFamilyStore.java:484 - Initializing system.view_builds_in_progress
2024-04-13T07:03:20.590711364Z INFO [main] 2024-04-13 07:02:10,912 ColumnFamilyStore.java:484 - Initializing system.built_views
2024-04-13T07:03:20.590712595Z INFO [main] 2024-04-13 07:02:10,914 ColumnFamilyStore.java:484 - Initializing system.prepared_statements
2024-04-13T07:03:20.590715244Z INFO [main] 2024-04-13 07:02:10,916 ColumnFamilyStore.java:484 - Initializing system.repairs
2024-04-13T07:03:20.590716333Z INFO [main] 2024-04-13 07:02:10,918 ColumnFamilyStore.java:484 - Initializing system.top_partitions
2024-04-13T07:03:20.590717396Z INFO [main] 2024-04-13 07:02:10,927 QueryProcessor.java:129 - Initialized prepared statement caches with 30 MiB
2024-04-13T07:03:20.590718788Z INFO [main] 2024-04-13 07:02:10,967 Keyspace.java:381 - Creating replication strategy system_schema params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.LocalStrategy}}
2024-04-13T07:03:20.590719979Z INFO [main] 2024-04-13 07:02:10,968 ColumnFamilyStore.java:484 - Initializing system_schema.keyspaces
2024-04-13T07:03:20.590721111Z INFO [main] 2024-04-13 07:02:10,972 ColumnFamilyStore.java:484 - Initializing system_schema.tables
2024-04-13T07:03:20.590722254Z INFO [main] 2024-04-13 07:02:10,974 ColumnFamilyStore.java:484 - Initializing system_schema.columns
2024-04-13T07:03:20.590723304Z INFO [main] 2024-04-13 07:02:10,977 ColumnFamilyStore.java:484 - Initializing system_schema.triggers
2024-04-13T07:03:20.590724371Z INFO [main] 2024-04-13 07:02:10,982 ColumnFamilyStore.java:484 - Initializing system_schema.dropped_columns
2024-04-13T07:03:20.590725437Z INFO [main] 2024-04-13 07:02:10,985 ColumnFamilyStore.java:484 - Initializing system_schema.views
2024-04-13T07:03:20.590726518Z INFO [main] 2024-04-13 07:02:10,988 ColumnFamilyStore.java:484 - Initializing system_schema.types
2024-04-13T07:03:20.590727616Z INFO [main] 2024-04-13 07:02:10,991 ColumnFamilyStore.java:484 - Initializing system_schema.functions
2024-04-13T07:03:20.590728721Z INFO [main] 2024-04-13 07:02:10,995 ColumnFamilyStore.java:484 - Initializing system_schema.aggregates
2024-04-13T07:03:20.590729828Z INFO [main] 2024-04-13 07:02:10,998 ColumnFamilyStore.java:484 - Initializing system_schema.indexes
2024-04-13T07:03:20.590730968Z INFO [main] 2024-04-13 07:02:11,001 FileSystemOwnershipCheck.java:125 - Filesystem ownership check is not enabled.
2024-04-13T07:03:20.590732226Z WARN [main] 2024-04-13 07:02:11,033 SystemKeyspace.java:1248 - No host ID found, created 1860eebd-51a5-4929-a4db-ba5ffc97c866 (Note: This should happen exactly once per node).
2024-04-13T07:03:20.590733390Z INFO [main] 2024-04-13 07:02:11,036 ColumnFamilyStore.java:1012 - Enqueuing flush of system.local, Reason: INTERNALLY_FORCED, Usage: 1.738KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.590734586Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,055 ActiveRepairService.java:234 - Storing repair state for 3d or for 100000 elements
2024-04-13T07:03:20.590735705Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:11,109 Flushing.java:145 - Writing Memtable-local@549429804(0.358KiB serialized bytes, 2 ops, 1.738KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.590737010Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:11,116 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-1-big-Data.db (0.174KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=449)
2024-04-13T07:03:20.590739445Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,199 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb_txn_flush_bfd28ef0-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.590740678Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,205 CacheService.java:101 - Initializing key cache with capacity of 100 MiBs.
2024-04-13T07:03:20.590741816Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,209 CacheService.java:123 - Initializing row cache with capacity of 0 MiBs
2024-04-13T07:03:20.590742908Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,210 CacheService.java:152 - Initializing counter cache with capacity of 50 MiBs
2024-04-13T07:03:20.590744008Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,210 CacheService.java:163 - Scheduling counter cache save to every 7200 seconds (going to save all keys).
2024-04-13T07:03:20.590745155Z INFO [main] 2024-04-13 07:02:11,223 SystemKeyspaceMigrator41.java:184 - peers_v2 table was empty, migrating legacy peers, if this fails you should fix the issue and then truncate peers_v2 to have it try again.
2024-04-13T07:03:20.590746352Z INFO [main] 2024-04-13 07:02:11,225 SystemKeyspaceMigrator41.java:193 - Migrating rows from legacy peers to peers_v2
2024-04-13T07:03:20.590747455Z INFO [main] 2024-04-13 07:02:11,226 SystemKeyspaceMigrator41.java:202 - Migrated 0 rows from legacy peers to peers_v2
2024-04-13T07:03:20.590748555Z INFO [main] 2024-04-13 07:02:11,226 SystemKeyspaceMigrator41.java:184 - peer_events_v2 table was empty, migrating legacy peer_events, if this fails you should fix the issue and then truncate peer_events_v2 to have it try again.
2024-04-13T07:03:20.590749752Z INFO [main] 2024-04-13 07:02:11,227 SystemKeyspaceMigrator41.java:193 - Migrating rows from legacy peer_events to peer_events_v2
2024-04-13T07:03:20.590750935Z INFO [main] 2024-04-13 07:02:11,227 SystemKeyspaceMigrator41.java:202 - Migrated 0 rows from legacy peer_events to peer_events_v2
2024-04-13T07:03:20.590752286Z INFO [main] 2024-04-13 07:02:11,227 SystemKeyspaceMigrator41.java:184 - transferred_ranges_v2 table was empty, migrating legacy transferred_ranges, if this fails you should fix the issue and then truncate transferred_ranges_v2 to have it try again.
2024-04-13T07:03:20.590753525Z INFO [main] 2024-04-13 07:02:11,227 SystemKeyspaceMigrator41.java:193 - Migrating rows from legacy transferred_ranges to transferred_ranges_v2
2024-04-13T07:03:20.590754659Z INFO [main] 2024-04-13 07:02:11,227 SystemKeyspaceMigrator41.java:202 - Migrated 0 rows from legacy transferred_ranges to transferred_ranges_v2
2024-04-13T07:03:20.590755778Z INFO [main] 2024-04-13 07:02:11,227 SystemKeyspaceMigrator41.java:184 - available_ranges_v2 table was empty, migrating legacy available_ranges, if this fails you should fix the issue and then truncate available_ranges_v2 to have it try again.
2024-04-13T07:03:20.590811799Z INFO [main] 2024-04-13 07:02:11,228 SystemKeyspaceMigrator41.java:193 - Migrating rows from legacy available_ranges to available_ranges_v2
2024-04-13T07:03:20.590819475Z INFO [main] 2024-04-13 07:02:11,228 SystemKeyspaceMigrator41.java:202 - Migrated 0 rows from legacy available_ranges to available_ranges_v2
2024-04-13T07:03:20.590821016Z INFO [main] 2024-04-13 07:02:11,228 ColumnFamilyStore.java:2594 - Truncating system.sstable_activity_v2
2024-04-13T07:03:20.590826436Z INFO [main] 2024-04-13 07:02:11,230 ColumnFamilyStore.java:2628 - Truncating system.sstable_activity_v2 with truncatedAt=1712991731230
2024-04-13T07:03:20.590827703Z INFO [main] 2024-04-13 07:02:11,234 ColumnFamilyStore.java:1012 - Enqueuing flush of system.local, Reason: INTERNALLY_FORCED, Usage: 0.576KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.590828856Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,242 BufferPools.java:49 - Global buffer pool limit is 512.000MiB for chunk-cache and 128.000MiB for networking
2024-04-13T07:03:20.590840155Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:11,281 Flushing.java:145 - Writing Memtable-local@1675078155(0.091KiB serialized bytes, 1 ops, 0.576KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.590841871Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:11,282 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-2-big-Data.db (0.063KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=560)
2024-04-13T07:03:20.590843180Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,342 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb_txn_flush_bff07730-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.590844484Z INFO [main] 2024-04-13 07:02:11,348 ColumnFamilyStore.java:2655 - Truncate of system.sstable_activity_v2 is complete
2024-04-13T07:03:20.590845671Z INFO [main] 2024-04-13 07:02:11,349 SystemKeyspaceMigrator41.java:184 - sstable_activity_v2 table was empty, migrating legacy sstable_activity, if this fails you should fix the issue and then truncate sstable_activity_v2 to have it try again.
2024-04-13T07:03:20.590846897Z INFO [main] 2024-04-13 07:02:11,349 SystemKeyspaceMigrator41.java:193 - Migrating rows from legacy sstable_activity to sstable_activity_v2
2024-04-13T07:03:20.590848358Z INFO [main] 2024-04-13 07:02:11,349 SystemKeyspaceMigrator41.java:202 - Migrated 0 rows from legacy sstable_activity to sstable_activity_v2
2024-04-13T07:03:20.590849503Z INFO [main] 2024-04-13 07:02:11,349 StorageService.java:973 - Populating token metadata from system tables
2024-04-13T07:03:20.590850603Z INFO [main] 2024-04-13 07:02:11,399 StorageService.java:967 - Token metadata:
2024-04-13T07:03:20.590851683Z INFO [main] 2024-04-13 07:02:11,430 AutoSavingCache.java:168 - Completed loading (0 ms; 2 keys) KeyCache cache
2024-04-13T07:03:20.590852777Z INFO [main] 2024-04-13 07:02:11,443 CommitLog.java:198 - No commitlog files found; skipping replay
2024-04-13T07:03:20.590853870Z INFO [main] 2024-04-13 07:02:11,444 StorageService.java:973 - Populating token metadata from system tables
2024-04-13T07:03:20.590855001Z INFO [main] 2024-04-13 07:02:11,466 StorageService.java:967 - Token metadata:
2024-04-13T07:03:20.590856060Z INFO [main] 2024-04-13 07:02:11,466 PaxosStateTracker.java:167 - Beginning uncommitted paxos data rebuild. Set -Dcassandra.skip_paxos_state_rebuild=true and restart to skip
2024-04-13T07:03:20.590857222Z INFO [main] 2024-04-13 07:02:11,466 PaxosUncommittedTracker.java:223 - truncating paxos uncommitted info
2024-04-13T07:03:20.590859676Z INFO [main] 2024-04-13 07:02:11,467 PaxosUncommittedTracker.java:233 - enabling PaxosUncommittedTracker
2024-04-13T07:03:20.590860792Z INFO [main] 2024-04-13 07:02:11,468 PaxosStateTracker.java:306 - Uncommitted paxos data rebuild completed
2024-04-13T07:03:20.590861902Z INFO [main] 2024-04-13 07:02:11,478 ColumnFamilyStore.java:2594 - Truncating system.size_estimates
2024-04-13T07:03:20.590863020Z INFO [main] 2024-04-13 07:02:11,479 ColumnFamilyStore.java:2628 - Truncating system.size_estimates with truncatedAt=1712991731479
2024-04-13T07:03:20.590864202Z INFO [main] 2024-04-13 07:02:11,480 ColumnFamilyStore.java:1012 - Enqueuing flush of system.local, Reason: INTERNALLY_FORCED, Usage: 0.576KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.590865454Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:11,509 Flushing.java:145 - Writing Memtable-local@597920626(0.091KiB serialized bytes, 1 ops, 0.576KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.590868298Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:11,510 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-3-big-Data.db (0.063KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=671)
2024-04-13T07:03:20.590869947Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,573 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb_txn_flush_c015d980-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.590871210Z INFO [main] 2024-04-13 07:02:11,578 ColumnFamilyStore.java:2655 - Truncate of system.size_estimates is complete
2024-04-13T07:03:20.590872310Z INFO [main] 2024-04-13 07:02:11,578 ColumnFamilyStore.java:2594 - Truncating system.table_estimates
2024-04-13T07:03:20.590873403Z INFO [main] 2024-04-13 07:02:11,579 ColumnFamilyStore.java:2628 - Truncating system.table_estimates with truncatedAt=1712991731579
2024-04-13T07:03:20.590874516Z INFO [main] 2024-04-13 07:02:11,580 ColumnFamilyStore.java:1012 - Enqueuing flush of system.local, Reason: INTERNALLY_FORCED, Usage: 0.576KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.590875668Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:11,607 Flushing.java:145 - Writing Memtable-local@1829783553(0.091KiB serialized bytes, 1 ops, 0.576KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.590877207Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:11,608 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-4-big-Data.db (0.063KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=782)
2024-04-13T07:03:20.590878488Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:11,672 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb_txn_flush_c0251bc0-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.590879736Z INFO [main] 2024-04-13 07:02:11,684 ColumnFamilyStore.java:2655 - Truncate of system.table_estimates is complete
2024-04-13T07:03:20.590880814Z INFO [main] 2024-04-13 07:02:11,687 QueryProcessor.java:181 - Preloaded 0 prepared statements
2024-04-13T07:03:20.590883329Z INFO [main] 2024-04-13 07:02:11,687 StorageService.java:864 - Cassandra version: 4.1.4
2024-04-13T07:03:20.590884474Z INFO [main] 2024-04-13 07:02:11,687 StorageService.java:865 - CQL version: 3.4.6
2024-04-13T07:03:20.590885969Z INFO [main] 2024-04-13 07:02:11,687 StorageService.java:866 - Native protocol supported versions: 3/v3, 4/v4, 5/v5, 6/v6-beta (default: 5/v5)
2024-04-13T07:03:20.590887127Z INFO [main] 2024-04-13 07:02:11,700 IndexSummaryManager.java:86 - Initializing index summary manager with a memory pool size of 389 MB and a resize interval of 60 minutes
2024-04-13T07:03:20.590888329Z INFO [main] 2024-04-13 07:02:11,700 StorageService.java:883 - Loading persisted ring state
2024-04-13T07:03:20.590889430Z INFO [main] 2024-04-13 07:02:11,700 StorageService.java:973 - Populating token metadata from system tables
2024-04-13T07:03:20.590890545Z INFO [main] 2024-04-13 07:02:11,704 InboundConnectionInitiator.java:149 - Listening on address: (7ff3ee1a57a0/172.17.0.2:7000), nic: eth0, encryption: unencrypted
2024-04-13T07:03:20.590891681Z INFO [main] 2024-04-13 07:02:11,764 StorageService.java:776 - Unable to gossip with any peers but continuing anyway since node is in its own seed list
2024-04-13T07:03:20.590892817Z INFO [main] 2024-04-13 07:02:11,806 StorageService.java:1099 - Starting up server gossip
2024-04-13T07:03:20.590893886Z INFO [main] 2024-04-13 07:02:11,808 ColumnFamilyStore.java:1012 - Enqueuing flush of system.local, Reason: INTERNALLY_FORCED, Usage: 0.459KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.590895036Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:11,833 Flushing.java:145 - Writing Memtable-local@860594519(0.048KiB serialized bytes, 1 ops, 0.459KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.590896364Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:11,833 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-5-big-Data.db (0.028KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=863)
2024-04-13T07:03:20.590897649Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:11,893 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb_txn_flush_c0480d10-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.590898854Z INFO [main] 2024-04-13 07:02:11,951 MigrationCoordinator.java:259 - Starting migration coordinator and scheduling pulling schema versions every PT1M
2024-04-13T07:03:20.590943446Z INFO [main] 2024-04-13 07:02:11,978 SnapshotManager.java:130 - Scheduling expired snapshot cleanup with initialDelaySeconds=5 and cleanupPeriodSeconds=60
2024-04-13T07:03:20.590955245Z INFO [main] 2024-04-13 07:02:12,034 StorageService.java:1177 - This node will not auto bootstrap because it is configured to be a seed node.
2024-04-13T07:03:20.590958440Z INFO [main] 2024-04-13 07:02:42,041 Gossiper.java:2293 - Waiting for gossip to settle...
2024-04-13T07:03:20.590960802Z INFO [main] 2024-04-13 07:02:50,043 Gossiper.java:2324 - No gossip backlog; proceeding
2024-04-13T07:03:20.590962894Z INFO [main] 2024-04-13 07:02:50,044 Gossiper.java:2293 - Waiting for gossip to settle...
2024-04-13T07:03:20.590972103Z INFO [main] 2024-04-13 07:02:58,046 Gossiper.java:2324 - No gossip backlog; proceeding
2024-04-13T07:03:20.590974397Z INFO [main] 2024-04-13 07:02:58,054 TokenAllocatorFactory.java:44 - Using ReplicationAwareTokenAllocator.
2024-04-13T07:03:20.591009381Z INFO [main] 2024-04-13 07:02:58,080 TokenAllocation.java:106 - Selected tokens [8834727062353624744, 1596390497372156045, -3213959461869743389, 5943682680969549906, -5811128210082900762, -339283260811217971, 4108159343614772096, -7401132762596799400, 7755354254906023086, -1435325161046156260, -4192104914385857464, 3036658727274739283, -8368497005675334899, 752013849880994288, 5126010748357199111, 7019438562195129445, -2102094395815013382, -4903466179510946633, -6447650945581611839, 2436925446895442037, -8852214068627671747, -2516719315547595407, -789396028670206131, 325048776962651157, 8411367698872028400, 6604286816517789068, 3696385064934706452, 4711021393911875846, -3585423372719184942, -7824033557963991540, -6868121090733922000, -5242768871753508053, 1264519392085837066, 2106102431760837054, 5586791722739448093, -9165626521056892567, 7426490328861765447, -4506420758582301932, -2810314645411124736, -1716572339197071444, 70767814414167140, 6356991262760735542, 3444183129341109113, 8148129175915372548, -1069593301881791565, -6085403192697001136, -3817859486903724749, 4441850672639262296, 2799589187318594182, -5464068175451449187, -8038422594963129805, -7098046837925065724, 1065420388922604021, 1914290897454038626, -8584305375012086981, 5394347318734514784, -511757150427394873, 9107801797115161021, 592882601396634303, 8673435288162754872, -7584858516063799522, -6605351816669171924, 6856328983400859110, 4961503974519595073, -2262506118055001258, 6185837456381356003, 3938278984078363528, -86384889801437311, 3277270922283999260, 7274734155431810252, -2961487036967247129, -4673469932673033969, 7973867254871565556, -1886912107786535115, -3984410128611819305, -3366608221510867930, -1206493077251213146, 2664304801427107551, -6226554999429828064, 5797497005917300011, -5612626944649650630, -5047339591076897690, 4313849162163168382, 1449269628628425781, 2289229367414211389, -8177276523176112349, 7610421207478522843, 1792395094339801391, -4332584555041456989, -8985139061896413993, 937756443575021020, -7212705010145508798, -2641915070959476442, -1542661439340784451, -901887523392310979, -617000513598864804, -5932872511408191349, 8998924359972767599, 4600673964902127786, 5284541048926650495, -8693655505535777217, 480462958724433095, 8303073785183519418, -6708992187877848133, 8562579122701013569, 7160785652429031186, 224700437633027672, -2361982826086676127, -187965813937188461, -3069944763869046336, 3590955738819974013, 6760841934303801052, 4852629362851473650, 6493765467675028858, 6082353482822278218, 3846298259231884367, 3175035768936667083, -7684127102994722229, 2942862822219456393, -3682250763772180884, -4770237324937261350, -6959362916540958969, -1296122555744717108, 2577870870545939607, -5332111110021034632, -6316962665001979693, -3459345554145637345, 7884998806576625198, -8449259084311217803, -1973241256753749020, -7919474393860381600, 5714155210925191057, -4067475975813515610, 4234478442469559194, 1186546305320831668, -5691998934021003619, 1709368199884707563, -5123740171289897738, 5503473473173625338, 2022083993413878141, -8252563262739080913, -7283786621287005396, 859023791745403202, 1373984158991106524, 7530633785722975589, -7481728187831997708, 2216726118102659033, -9060721766850774014, 8077939712375380351, -1608168092882617417, -4403362431263366617, 9206392639109794120, -412098954953503075, -690858783252754272, 6289890743617224447, -1791586158244632199, 4035557142580990751, -2714842776056590938, -973142604751043443, -4571624775297588115, 3370120929397003225, -3891268090073750022, 5063449345684389884, 8932077064122378856, 6947541422195044916, 8769022897704353844, -2172949745907133849, 682957903031179366, -6769612782990123732, 4533820296468100859, -8752840764797124103, 5220491374504372275, -6511030142849103290, 3705970558687878, 6696854009237776367, 421971576292867694, 8236310893751915946, -2420624391243319790, 156083233413254639, -3279086733445049753, -5993435441382342683, 7361899435998163871, -254910796075544445, 8497521324314117357, -2876332924494974593, 3786042181776912284, -5522397177890982880, 2374239716529015302, 1537496341204340857, 3525711037298136458, 5883540239009282738, 7691545549100905849, -3126674545565798236, -4963123714091217558, 2887593222010133890, 4795720707702299047, 7104699801340717400, -6143763608672215604, 2518480480781658875, -4252090983451177548, -7738876354353564849, -1356223461825406218, -8098962736607444672, -7011811189660022476, 6027490242430630530, 3122665470587861545, -1130453205596640841, 6434600124731501408, -3737038464577473766, 2748879223356367230, -8506293479992300540, -4828438233900551957, -8910689898313018364, -5383011776933464727, -6368841923088326688, 7831190223007586975, -2026227939399744516, 4392570847750984456, 1013493301332180789, 5662778909514692431, 4183646431145185625, -3512189163057124600, -2572693154503967608, -4116766778820017728, 1866302647729150856, -5864941638893026784, 1136949911124956619, -5739098016541867491, -5169822458656508856, -7966232021649699166, -7333259719791725492, -8303856048760509462, -7146319903062936019, 7228226487457820947, 1666946151409472419, -833856850063911921, 543632439027509870, 8628060543790070046, 2174731835772714453, 6556245969697640858, 4664563883129083215, 5350965400843679981, 1325296317430049494, -8631075626851438259, 5458475922040770621, 9062429011152109068, 4914328247583829092, -3007603312546425165, -1651966926179224527, 8364305432664039804, 1976882772475030705, -1481438431072053495, 815488774213096616, 3652042251970616009, -556375991623467664, -9101047624418328471]
2024-04-13T07:03:20.591026200Z INFO [main] 2024-04-13 07:02:58,085 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.columns, Reason: INTERNALLY_FORCED, Usage: 180.076KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591027822Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,102 Flushing.java:145 - Writing Memtable-columns@1764737403(37.780KiB serialized bytes, 250 ops, 180.076KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591029196Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,105 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/columns-24101c25a2ae3af787c1b40ee1aca33f/nb-1-big-Data.db (18.605KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36743)
2024-04-13T07:03:20.591036549Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:58,147 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/columns-24101c25a2ae3af787c1b40ee1aca33f/nb_txn_flush_dbdd3550-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591038010Z INFO [main] 2024-04-13 07:02:58,153 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.dropped_columns, Reason: INTERNALLY_FORCED, Usage: 1.081KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591039272Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,172 Flushing.java:145 - Writing Memtable-dropped_columns@1070275351(0.120KiB serialized bytes, 3 ops, 1.081KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591040475Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,173 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/dropped_columns-5e7583b5f3f43af19a39b7e1d6f5f11f/nb-1-big-Data.db (0.097KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591043909Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:58,222 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/dropped_columns-5e7583b5f3f43af19a39b7e1d6f5f11f/nb_txn_flush_dbe7bca0-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591045245Z INFO [main] 2024-04-13 07:02:58,227 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.triggers, Reason: INTERNALLY_FORCED, Usage: 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591046423Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,247 Flushing.java:145 - Writing Memtable-triggers@741163578(0.016KiB serialized bytes, 2 ops, 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591047620Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,248 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/triggers-4df70b666b05325195a132b54005fd48/nb-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591048927Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:58,299 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/triggers-4df70b666b05325195a132b54005fd48/nb_txn_flush_dbf30740-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591050176Z INFO [main] 2024-04-13 07:02:58,304 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.types, Reason: INTERNALLY_FORCED, Usage: 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591051342Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,320 Flushing.java:145 - Writing Memtable-types@32443221(0.016KiB serialized bytes, 2 ops, 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591052551Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,321 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/types-5a8b1ca866023f77a0459273d308917a/nb-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591053838Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:58,365 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/types-5a8b1ca866023f77a0459273d308917a/nb_txn_flush_dbfea000-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591055399Z INFO [main] 2024-04-13 07:02:58,370 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.functions, Reason: INTERNALLY_FORCED, Usage: 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591056608Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,389 Flushing.java:145 - Writing Memtable-functions@1928606278(0.016KiB serialized bytes, 2 ops, 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591057872Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,390 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/functions-96489b7980be3e14a70166a0b9159450/nb-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591059159Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:58,440 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/functions-96489b7980be3e14a70166a0b9159450/nb_txn_flush_dc08d930-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591061523Z INFO [main] 2024-04-13 07:02:58,446 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.aggregates, Reason: INTERNALLY_FORCED, Usage: 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591062687Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,464 Flushing.java:145 - Writing Memtable-aggregates@1042868225(0.016KiB serialized bytes, 2 ops, 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591063882Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,465 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/aggregates-924c55872e3a345bb10c12f37c1ba895/nb-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591065170Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:58,509 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/aggregates-924c55872e3a345bb10c12f37c1ba895/nb_txn_flush_dc1471f0-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591173416Z INFO [main] 2024-04-13 07:02:58,516 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.indexes, Reason: INTERNALLY_FORCED, Usage: 1.091KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591184407Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,534 Flushing.java:145 - Writing Memtable-indexes@491465817(0.200KiB serialized bytes, 3 ops, 1.091KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591187677Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,534 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/indexes-0feb57ac311f382fba6d9024d305702f/nb-1-big-Data.db (0.191KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591190302Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:58,578 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/indexes-0feb57ac311f382fba6d9024d305702f/nb_txn_flush_dc1ef940-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591192564Z INFO [main] 2024-04-13 07:02:58,583 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.tables, Reason: INTERNALLY_FORCED, Usage: 82.252KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591194620Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,666 Flushing.java:145 - Writing Memtable-tables@1351071626(25.119KiB serialized bytes, 37 ops, 82.252KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591196851Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,668 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/tables-afddfb9dbc1e30688056eed6c302ba09/nb-1-big-Data.db (15.487KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591199256Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:58,727 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/tables-afddfb9dbc1e30688056eed6c302ba09/nb_txn_flush_dc293270-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591201576Z INFO [main] 2024-04-13 07:02:58,734 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.views, Reason: INTERNALLY_FORCED, Usage: 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591210209Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,751 Flushing.java:145 - Writing Memtable-views@175637138(0.016KiB serialized bytes, 2 ops, 0.513KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591213120Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,752 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/views-9786ac1cdd583201a7cdad556410c985/nb-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591215491Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:58,801 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/views-9786ac1cdd583201a7cdad556410c985/nb_txn_flush_dc403ce0-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591217787Z INFO [main] 2024-04-13 07:02:58,806 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.keyspaces, Reason: INTERNALLY_FORCED, Usage: 1.960KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591220068Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,828 Flushing.java:145 - Writing Memtable-keyspaces@930290990(0.382KiB serialized bytes, 5 ops, 1.960KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591222295Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,829 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/keyspaces-abac5682dea631c5b535b3d6cffd0fb6/nb-1-big-Data.db (0.311KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=36751)
2024-04-13T07:03:20.591224895Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:58,879 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/keyspaces-abac5682dea631c5b535b3d6cffd0fb6/nb_txn_flush_dc4b3960-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591227195Z INFO [main] 2024-04-13 07:02:58,897 Keyspace.java:381 - Creating replication strategy system_traces params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.SimpleStrategy, replication_factor=2}}
2024-04-13T07:03:20.591229813Z INFO [main] 2024-04-13 07:02:58,898 ColumnFamilyStore.java:484 - Initializing system_traces.sessions
2024-04-13T07:03:20.591231987Z INFO [main] 2024-04-13 07:02:58,900 ColumnFamilyStore.java:484 - Initializing system_traces.events
2024-04-13T07:03:20.591234278Z INFO [main] 2024-04-13 07:02:58,910 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.columns, Reason: INTERNALLY_FORCED, Usage: 23.672KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591236416Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,927 Flushing.java:145 - Writing Memtable-columns@1275247989(5.126KiB serialized bytes, 32 ops, 23.672KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591238600Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:58,928 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/columns-24101c25a2ae3af787c1b40ee1aca33f/nb-2-big-Data.db (2.494KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=41842)
2024-04-13T07:03:20.591241924Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:58,968 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/columns-24101c25a2ae3af787c1b40ee1aca33f/nb_txn_flush_dc5b17e0-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591269009Z INFO [main] 2024-04-13 07:02:58,973 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.tables, Reason: INTERNALLY_FORCED, Usage: 9.696KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591280116Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,990 Flushing.java:145 - Writing Memtable-tables@1321143606(3.006KiB serialized bytes, 4 ops, 9.696KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591296372Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:58,991 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/tables-afddfb9dbc1e30688056eed6c302ba09/nb-2-big-Data.db (1.910KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=41850)
2024-04-13T07:03:20.591319030Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:59,038 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/tables-afddfb9dbc1e30688056eed6c302ba09/nb_txn_flush_dc64dbe0-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591326431Z INFO [main] 2024-04-13 07:02:59,044 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.keyspaces, Reason: INTERNALLY_FORCED, Usage: 0.647KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591331017Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:59,061 Flushing.java:145 - Writing Memtable-keyspaces@532136113(0.146KiB serialized bytes, 1 ops, 0.647KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591336414Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:59,061 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/keyspaces-abac5682dea631c5b535b3d6cffd0fb6/nb-2-big-Data.db (0.125KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=41850)
2024-04-13T07:03:20.591340664Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:59,108 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/keyspaces-abac5682dea631c5b535b3d6cffd0fb6/nb_txn_flush_dc6f8a40-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591344880Z INFO [main] 2024-04-13 07:02:59,127 Keyspace.java:381 - Creating replication strategy system_distributed params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.SimpleStrategy, replication_factor=3}}
2024-04-13T07:03:20.591349327Z INFO [main] 2024-04-13 07:02:59,128 ColumnFamilyStore.java:484 - Initializing system_distributed.repair_history
2024-04-13T07:03:20.591353178Z INFO [main] 2024-04-13 07:02:59,130 ColumnFamilyStore.java:484 - Initializing system_distributed.parent_repair_history
2024-04-13T07:03:20.591356639Z INFO [main] 2024-04-13 07:02:59,132 ColumnFamilyStore.java:484 - Initializing system_distributed.view_build_status
2024-04-13T07:03:20.591363815Z INFO [main] 2024-04-13 07:02:59,134 ColumnFamilyStore.java:484 - Initializing system_distributed.partition_denylist
2024-04-13T07:03:20.591395325Z INFO [main] 2024-04-13 07:02:59,139 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.columns, Reason: INTERNALLY_FORCED, Usage: 10.313KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591405248Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:59,156 Flushing.java:145 - Writing Memtable-columns@934185984(2.092KiB serialized bytes, 14 ops, 10.313KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591415389Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:59,156 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/columns-24101c25a2ae3af787c1b40ee1aca33f/nb-3-big-Data.db (0.947KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=45714)
2024-04-13T07:03:20.591421653Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:59,197 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/columns-24101c25a2ae3af787c1b40ee1aca33f/nb_txn_flush_dc7e0930-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591427710Z INFO [main] 2024-04-13 07:02:59,203 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.tables, Reason: INTERNALLY_FORCED, Usage: 11.907KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591449967Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:59,220 Flushing.java:145 - Writing Memtable-tables@1532628730(3.619KiB serialized bytes, 5 ops, 11.907KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591468869Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:59,221 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/tables-afddfb9dbc1e30688056eed6c302ba09/nb-3-big-Data.db (2.234KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=45722)
2024-04-13T07:03:20.591476981Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:59,263 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/tables-afddfb9dbc1e30688056eed6c302ba09/nb_txn_flush_dc87cd30-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591483172Z INFO [main] 2024-04-13 07:02:59,268 ColumnFamilyStore.java:1012 - Enqueuing flush of system_schema.keyspaces, Reason: INTERNALLY_FORCED, Usage: 0.641KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591491611Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:59,285 Flushing.java:145 - Writing Memtable-keyspaces@1517835928(0.146KiB serialized bytes, 1 ops, 0.641KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591498095Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:59,285 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system_schema/keyspaces-abac5682dea631c5b535b3d6cffd0fb6/nb-3-big-Data.db (0.118KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=45722)
2024-04-13T07:03:20.591504034Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:59,330 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system_schema/keyspaces-abac5682dea631c5b535b3d6cffd0fb6/nb_txn_flush_dc91b840-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591508658Z INFO [main] 2024-04-13 07:02:59,340 Keyspace.java:381 - Creating replication strategy system_auth params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.SimpleStrategy, replication_factor=1}}
2024-04-13T07:03:20.591517626Z INFO [main] 2024-04-13 07:02:59,341 ColumnFamilyStore.java:484 - Initializing system_auth.roles
2024-04-13T07:03:20.591519567Z INFO [main] 2024-04-13 07:02:59,343 ColumnFamilyStore.java:484 - Initializing system_auth.role_members
2024-04-13T07:03:20.591521170Z INFO [main] 2024-04-13 07:02:59,345 ColumnFamilyStore.java:484 - Initializing system_auth.role_permissions
2024-04-13T07:03:20.591526872Z INFO [main] 2024-04-13 07:02:59,347 ColumnFamilyStore.java:484 - Initializing system_auth.resource_role_permissons_index
2024-04-13T07:03:20.591528513Z INFO [main] 2024-04-13 07:02:59,348 ColumnFamilyStore.java:484 - Initializing system_auth.network_permissions
2024-04-13T07:03:20.591530121Z INFO [main] 2024-04-13 07:02:59,351 StorageService.java:1884 - JOINING: Finish joining ring
2024-04-13T07:03:20.591531716Z INFO [main] 2024-04-13 07:02:59,353 ColumnFamilyStore.java:1012 - Enqueuing flush of system.local, Reason: INTERNALLY_FORCED, Usage: 0.604KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591533446Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:59,370 Flushing.java:145 - Writing Memtable-local@293399441(0.084KiB serialized bytes, 4 ops, 0.604KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591535974Z INFO [PerDiskMemtableFlushWriter_0:2] 2024-04-13 07:02:59,370 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-6-big-Data.db (0.056KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=45878)
2024-04-13T07:03:20.591537843Z INFO [MemtableFlushWriter:1] 2024-04-13 07:02:59,412 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb_txn_flush_dc9eb090-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591539628Z INFO [main] 2024-04-13 07:02:59,429 ColumnFamilyStore.java:1012 - Enqueuing flush of system.local, Reason: INTERNALLY_FORCED, Usage: 48.524KiB (0%) on-heap, 0.000KiB (0%) off-heap
2024-04-13T07:03:20.591541330Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:59,448 Flushing.java:145 - Writing Memtable-local@1968028308(8.883KiB serialized bytes, 1 ops, 48.524KiB (0%) on-heap, 0.000KiB (0%) off-heap), flushed range = [null, null)
2024-04-13T07:03:20.591543121Z INFO [PerDiskMemtableFlushWriter_0:1] 2024-04-13 07:02:59,449 Flushing.java:171 - Completed flushing /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-7-big-Data.db (5.371KiB) for commitlog position CommitLogPosition(segmentId=1712991730277, position=51414)
2024-04-13T07:03:20.591544960Z INFO [MemtableFlushWriter:2] 2024-04-13 07:02:59,490 LogTransaction.java:242 - Unfinished transaction log, deleting /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb_txn_flush_dcaa7060-f963-11ee-bbaf-8b0fd9bafc68.log
2024-04-13T07:03:20.591546776Z INFO [main] 2024-04-13 07:02:59,509 StorageService.java:3075 - Node 7ff3ee1a57a0/172.17.0.2:7000 state jump to NORMAL
2024-04-13T07:03:20.591548376Z INFO [main] 2024-04-13 07:02:59,511 Gossiper.java:2293 - Waiting for gossip to settle...
2024-04-13T07:03:20.591549974Z INFO [main] 2024-04-13 07:03:07,512 Gossiper.java:2324 - No gossip backlog; proceeding
2024-04-13T07:03:20.591551535Z INFO [main] 2024-04-13 07:03:07,516 AuthCache.java:340 - (Re)initializing PermissionsCache (validity period/update interval/max entries/active update) (2000/2000/1000/false)
2024-04-13T07:03:20.591553206Z INFO [main] 2024-04-13 07:03:07,517 AuthCache.java:340 - (Re)initializing NetworkPermissionsCache (validity period/update interval/max entries/active update) (2000/2000/1000/false)
2024-04-13T07:03:20.591557828Z INFO [main] 2024-04-13 07:03:07,518 AuthCache.java:340 - (Re)initializing RolesCache (validity period/update interval/max entries/active update) (2000/2000/1000/false)
2024-04-13T07:03:20.591559583Z INFO [main] 2024-04-13 07:03:07,520 CassandraDaemon.java:488 - Prewarming of auth caches is disabled
2024-04-13T07:03:20.591561276Z INFO [main] 2024-04-13 07:03:07,537 NativeTransportService.java:130 - Using Netty Version: [netty-buffer=netty-buffer-4.1.58.Final.10b03e6, netty-codec=netty-codec-4.1.58.Final.10b03e6, netty-codec-dns=netty-codec-dns-4.1.58.Final.10b03e6, netty-codec-haproxy=netty-codec-haproxy-4.1.58.Final.10b03e6, netty-codec-http=netty-codec-http-4.1.58.Final.10b03e6, netty-codec-http2=netty-codec-http2-4.1.58.Final.10b03e6, netty-codec-memcache=netty-codec-memcache-4.1.58.Final.10b03e6, netty-codec-mqtt=netty-codec-mqtt-4.1.58.Final.10b03e6, netty-codec-redis=netty-codec-redis-4.1.58.Final.10b03e6, netty-codec-smtp=netty-codec-smtp-4.1.58.Final.10b03e6, netty-codec-socks=netty-codec-socks-4.1.58.Final.10b03e6, netty-codec-stomp=netty-codec-stomp-4.1.58.Final.10b03e6, netty-codec-xml=netty-codec-xml-4.1.58.Final.10b03e6, netty-common=netty-common-4.1.58.Final.10b03e6, netty-handler=netty-handler-4.1.58.Final.10b03e6, netty-handler-proxy=netty-handler-proxy-4.1.58.Final.10b03e6, netty-resolver=netty-resolver-4.1.58.Final.10b03e6, netty-resolver-dns=netty-resolver-dns-4.1.58.Final.10b03e6, netty-resolver-dns-native-macos=netty-resolver-dns-native-macos-4.1.58.Final.10b03e65f1, netty-transport=netty-transport-4.1.58.Final.10b03e6, netty-transport-native-epoll=netty-transport-native-epoll-4.1.58.Final.10b03e6, netty-transport-native-kqueue=netty-transport-native-kqueue-4.1.58.Final.10b03e65f1, netty-transport-native-unix-common=netty-transport-native-unix-common-4.1.58.Final.10b03e6, netty-transport-rxtx=netty-transport-rxtx-4.1.58.Final.10b03e6, netty-transport-sctp=netty-transport-sctp-4.1.58.Final.10b03e6, netty-transport-udt=netty-transport-udt-4.1.58.Final.10b03e6]
2024-04-13T07:03:20.591565023Z INFO [main] 2024-04-13 07:03:07,543 NativeTransportService.java:68 - Netty using native Epoll event loop
2024-04-13T07:03:20.591570177Z INFO [main] 2024-04-13 07:03:07,558 PipelineConfigurator.java:127 - Using Netty Version: [netty-buffer=netty-buffer-4.1.58.Final.10b03e6, netty-codec=netty-codec-4.1.58.Final.10b03e6, netty-codec-dns=netty-codec-dns-4.1.58.Final.10b03e6, netty-codec-haproxy=netty-codec-haproxy-4.1.58.Final.10b03e6, netty-codec-http=netty-codec-http-4.1.58.Final.10b03e6, netty-codec-http2=netty-codec-http2-4.1.58.Final.10b03e6, netty-codec-memcache=netty-codec-memcache-4.1.58.Final.10b03e6, netty-codec-mqtt=netty-codec-mqtt-4.1.58.Final.10b03e6, netty-codec-redis=netty-codec-redis-4.1.58.Final.10b03e6, netty-codec-smtp=netty-codec-smtp-4.1.58.Final.10b03e6, netty-codec-socks=netty-codec-socks-4.1.58.Final.10b03e6, netty-codec-stomp=netty-codec-stomp-4.1.58.Final.10b03e6, netty-codec-xml=netty-codec-xml-4.1.58.Final.10b03e6, netty-common=netty-common-4.1.58.Final.10b03e6, netty-handler=netty-handler-4.1.58.Final.10b03e6, netty-handler-proxy=netty-handler-proxy-4.1.58.Final.10b03e6, netty-resolver=netty-resolver-4.1.58.Final.10b03e6, netty-resolver-dns=netty-resolver-dns-4.1.58.Final.10b03e6, netty-resolver-dns-native-macos=netty-resolver-dns-native-macos-4.1.58.Final.10b03e65f1, netty-transport=netty-transport-4.1.58.Final.10b03e6, netty-transport-native-epoll=netty-transport-native-epoll-4.1.58.Final.10b03e6, netty-transport-native-kqueue=netty-transport-native-kqueue-4.1.58.Final.10b03e65f1, netty-transport-native-unix-common=netty-transport-native-unix-common-4.1.58.Final.10b03e6, netty-transport-rxtx=netty-transport-rxtx-4.1.58.Final.10b03e6, netty-transport-sctp=netty-transport-sctp-4.1.58.Final.10b03e6, netty-transport-udt=netty-transport-udt-4.1.58.Final.10b03e6]
2024-04-13T07:03:20.591575666Z INFO [main] 2024-04-13 07:03:07,558 PipelineConfigurator.java:128 - Starting listening for CQL clients on /0.0.0.0:9042 (unencrypted)...
2024-04-13T07:03:20.591577302Z INFO [main] 2024-04-13 07:03:07,561 CassandraDaemon.java:761 - Startup complete
2024-04-13T07:03:20.591579147Z INFO [CompactionExecutor:2] 2024-04-13 07:03:07,598 CompactionTask.java:164 - Compacting (e1882aa0-f963-11ee-bbaf-8b0fd9bafc68) [/bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-4-big-Data.db:level=0, /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-3-big-Data.db:level=0, /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-2-big-Data.db:level=0, /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-6-big-Data.db:level=0, /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-1-big-Data.db:level=0, /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-5-big-Data.db:level=0, /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-7-big-Data.db:level=0, ]
2024-04-13T07:03:20.591581855Z INFO [CompactionExecutor:2] 2024-04-13 07:03:07,714 CompactionTask.java:253 - Compacted (e1882aa0-f963-11ee-bbaf-8b0fd9bafc68) 7 sstables to [/bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-8-big,] to level=0. 5.251KiB to 5.061KiB (~96% of original) in 114ms. Read Throughput = 45.825KiB/s, Write Throughput = 44.164KiB/s, Row Throughput = ~2/s. 7 total partitions merged to 1. Partition merge counts were {7:1, }. Time spent writing keys = 38ms
2024-04-13T07:03:20.591584026Z INFO [NonPeriodicTasks:1] 2024-04-13 07:03:07,715 SSTable.java:127 - Deleting sstable: /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-4-big
2024-04-13T07:03:20.591585700Z INFO [NonPeriodicTasks:1] 2024-04-13 07:03:07,717 SSTable.java:127 - Deleting sstable: /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-3-big
2024-04-13T07:03:20.591587410Z INFO [NonPeriodicTasks:1] 2024-04-13 07:03:07,718 SSTable.java:127 - Deleting sstable: /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-2-big
2024-04-13T07:03:20.591589087Z INFO [NonPeriodicTasks:1] 2024-04-13 07:03:07,719 SSTable.java:127 - Deleting sstable: /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-6-big
2024-04-13T07:03:20.591590805Z INFO [NonPeriodicTasks:1] 2024-04-13 07:03:07,719 SSTable.java:127 - Deleting sstable: /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-1-big
2024-04-13T07:03:20.591592795Z INFO [NonPeriodicTasks:1] 2024-04-13 07:03:07,720 SSTable.java:127 - Deleting sstable: /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-5-big
2024-04-13T07:03:20.591594439Z INFO [NonPeriodicTasks:1] 2024-04-13 07:03:07,721 SSTable.java:127 - Deleting sstable: /bitnami/cassandra/data/data/system/local-7ad54392bcdd35a684174e047860b377/nb-7-big
**2024-04-13T07:03:20.591596149Z INFO [OptionalTasks:1] 2024-04-13 07:03:17,586 CassandraRoleManager.java:354 - Created default superuser role 'cassandra'**
https://github.com/bitnami/containers/assets/3965823/f1fddafb-70ff-48eb-bfdf-ee114b5016e2
Hi @siddjellali,
As you mentioned, if you provide a different user using the CASSANDRA_USER env var, the logic will create a new user in the database. You can get more information here
https://github.com/bitnami/containers/blob/main/bitnami/cassandra/4.1/debian-12/rootfs/opt/bitnami/scripts/libcassandra.sh#L658
If you think this logic can be improved, you can always contribute by following our contributing guidelines.
As a workaround, you can modify the admin password using the CASSANDRA_PASSWORD env var and provide custom scripts (CASSANDRA_INITSCRIPTS_DIR env var) to create separate users if needed.
workarround is good enough Thanks mate.