docker-library / docs

Documentation for Docker Official Images in docker-library
https://github.com/docker-library/official-images
MIT License
5.09k stars 2.21k forks source link

Cassandra4.0 beta4 issue: Failed to properly handshake with peer #1891

Closed bruce-dbm closed 3 years ago

bruce-dbm commented 3 years ago

Hello everyone,

I met an issue with Cassandra4.0 beta4 with ssl enabled(client_encryption_options)and tried many method but can not fix it. Please see the system log and my cassandra.yaml.

cassandra.yaml:

client_encryption_options:
    enabled: true
    # If enabled and optional is set to true encrypted and unencrypted connections are handled.
    optional: true
    keystore: /etc/cassandra/node01.jks
    keystore_password: keystorepassword
    # require_client_auth: false
    # Set trustore and truststore_password if require_client_auth is true
    truststore: /etc/cassandra/truststore.jks
    truststore_password: keystorepassword
    # More advanced defaults below:
    protocol: TLS
    algorithm: SunX509
    store_type: JKS
    cipher_suites: [TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]
system.log ```console INFO [main] 2021-03-12 06:04:03,700 YamlConfigurationLoader.java:93 - Configuration location: file:/etc/cassandra/cassandra.yaml INFO [main] 2021-03-12 06:04:04,496 Config.java:681 - Node configuration:[allocate_tokens_for_keyspace=null; allocate_tokens_for_local_replication_factor=null; 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/cassandra/logs/audit/', archive_command='', roll_cycle='HOURLY', block=true, max_queue_weight=268435456, max_log_size=17179869184}; authenticator=PasswordAuthenticator; authorizer=CassandraAuthorizer; auto_bootstrap=true; auto_optimise_full_repair_streams=false; auto_optimise_inc_repair_streams=false; auto_optimise_preview_repair_streams=false; auto_snapshot=true; autocompaction_on_startup_enabled=true; automatic_sstable_upgrade=false; back_pressure_enabled=false; back_pressure_strategy=org.apache.cassandra.net.RateBasedBackPressure{high_ratio=0.9, factor=5, flow=FAST}; batch_size_fail_threshold_in_kb=50; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; block_for_peers_in_remote_dcs=false; block_for_peers_timeout_in_secs=10; broadcast_address=10.244.4.247; broadcast_rpc_address=10.244.4.247; buffer_pool_use_heap_if_exhausted=false; cas_contention_timeout_in_ms=1000; cdc_enabled=false; cdc_free_space_check_interval_ms=250; cdc_raw_directory=null; cdc_total_space_in_mb=0; check_for_duplicate_rows_during_compaction=true; check_for_duplicate_rows_during_reads=true; client_encryption_options=; cluster_name=Cassandra; column_index_cache_size_in_kb=2; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_compression=null; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_max_compression_buffers_in_pool=3; commitlog_periodic_queue_size=-1; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_batch_window_in_ms=NaN; commitlog_sync_group_window_in_ms=NaN; commitlog_sync_period_in_ms=10000; commitlog_total_space_in_mb=null; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; 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; corrupted_tombstone_strategy=disabled; counter_cache_keys_to_save=2147483647; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; credentials_cache_max_entries=1000; credentials_update_interval_in_ms=-1; credentials_validity_in_ms=2000; cross_node_timeout=false; data_file_directories=[Ljava.lang.String;@3401a114; 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; dynamic_snitch=true; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; enable_materialized_views=true; enable_sasi_indexes=true; enable_scripted_user_defined_functions=false; enable_transient_replication=false; enable_user_defined_functions=false; enable_user_defined_functions_threads=true; endpoint_snitch=GossipingPropertyFileSnitch; file_cache_enabled=false; file_cache_round_up=null; file_cache_size_in_mb=null; flush_compression=fast; 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_in_ms=200; gc_warn_threshold_in_ms=1000; hinted_handoff_disabled_datacenters=[]; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; hints_compression=null; hints_directory=null; hints_flush_period_in_ms=10000; ideal_consistency_level=null; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; initial_range_tombstone_list_allocation_size=1; initial_token=null; inter_dc_stream_throughput_outbound_megabits_per_sec=200; inter_dc_tcp_nodelay=false; internode_application_receive_queue_capacity_in_bytes=4194304; internode_application_receive_queue_reserve_endpoint_capacity_in_bytes=134217728; internode_application_receive_queue_reserve_global_capacity_in_bytes=536870912; internode_application_send_queue_capacity_in_bytes=4194304; internode_application_send_queue_reserve_endpoint_capacity_in_bytes=134217728; internode_application_send_queue_reserve_global_capacity_in_bytes=536870912; internode_authenticator=null; internode_compression=dc; internode_max_message_size_in_bytes=null; internode_socket_receive_buffer_size_in_bytes=0; internode_socket_send_buffer_size_in_bytes=0; internode_streaming_tcp_user_timeout_in_ms=300000; internode_tcp_connect_timeout_in_ms=2000; internode_tcp_user_timeout_in_ms=30000; key_cache_keys_to_save=2147483647; key_cache_migrate_during_compaction=true; key_cache_save_period=14400; key_cache_size_in_mb=null; keyspace_count_warn_threshold=40; listen_address=10.244.4.247; listen_interface=null; listen_interface_prefer_ipv6=false; listen_on_broadcast_address=false; max_concurrent_automatic_sstable_upgrades=1; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; max_hints_file_size_in_mb=128; max_mutation_size_in_kb=null; max_streaming_retries=3; max_value_size_in_mb=256; memtable_allocation_type=heap_buffers; memtable_cleanup_threshold=null; memtable_flush_writers=0; memtable_heap_space_in_mb=null; memtable_offheap_space_in_mb=null; min_free_space_per_drive_in_mb=50; native_transport_allow_older_protocols=true; native_transport_flush_in_batches_legacy=false; native_transport_idle_timeout_in_ms=0; native_transport_max_concurrent_connections=-1; native_transport_max_concurrent_connections_per_ip=-1; native_transport_max_concurrent_requests_in_bytes=-1; native_transport_max_concurrent_requests_in_bytes_per_ip=-1; native_transport_max_frame_size_in_mb=256; native_transport_max_negotiable_protocol_version=null; native_transport_max_threads=128; native_transport_port=9042; native_transport_port_ssl=null; native_transport_receive_queue_capacity_in_bytes=1048576; network_authorizer=null; networking_cache_size_in_mb=null; num_tokens=256; otc_coalescing_enough_coalesced_messages=8; otc_coalescing_strategy=DISABLED; otc_coalescing_window_us=200; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; periodic_commitlog_sync_lag_block_in_ms=null; permissions_cache_max_entries=1000; permissions_update_interval_in_ms=-1; permissions_validity_in_ms=2000; phi_convict_threshold=8.0; prepared_statements_cache_size_mb=null; range_request_timeout_in_ms=10000; range_tombstone_list_growth_factor=1.5; read_request_timeout_in_ms=5000; reject_repair_compaction_threshold=2147483647; repair_command_pool_full_strategy=queue; repair_command_pool_size=0; repair_session_max_tree_depth=null; repair_session_space_in_mb=null; repaired_data_tracking_for_partition_reads_enabled=false; repaired_data_tracking_for_range_reads_enabled=false; report_unconfirmed_repaired_data_mismatches=false; request_timeout_in_ms=10000; role_manager=CassandraRoleManager; roles_cache_max_entries=1000; roles_update_interval_in_ms=-1; roles_validity_in_ms=2000; row_cache_class_name=org.apache.cassandra.cache.OHCProvider; row_cache_keys_to_save=2147483647; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=null; rpc_interface=null; rpc_interface_prefer_ipv6=false; rpc_keepalive=true; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=org.apache.cassandra.locator.SimpleSeedProvider{seeds=cassandra-1008-db-0}; server_encryption_options=; slow_query_log_timeout_in_ms=500; 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_in_mb=50; start_native_transport=true; storage_port=7000; stream_entire_sstables=true; stream_throughput_outbound_megabits_per_sec=200; streaming_connections_per_host=1; streaming_keep_alive_period_in_secs=300; table_count_warn_threshold=150; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; tracetype_query_ttl=86400; tracetype_repair_ttl=604800; transparent_data_encryption_options=org.apache.cassandra.config.TransparentDataEncryptionOptions@5066d65f; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; use_offheap_merkle_trees=true; user_defined_function_fail_timeout=1500; user_defined_function_warn_timeout=500; user_function_timeout_policy=die; validation_preview_purge_head_start_in_sec=3600; windows_timer_interval=1; write_request_timeout_in_ms=2000] INFO [main] 2021-03-12 06:04:04,503 DatabaseDescriptor.java:415 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2021-03-12 06:04:04,505 DatabaseDescriptor.java:476 - Global memtable on-heap threshold is enabled at 115MB INFO [main] 2021-03-12 06:04:04,506 DatabaseDescriptor.java:480 - Global memtable off-heap threshold is enabled at 115MB WARN [main] 2021-03-12 06:04:04,562 DatabaseDescriptor.java:634 - Only 19.517GiB free across all data volumes. Consider adding more capacity to your cluster or removing obsolete snapshots INFO [main] 2021-03-12 06:04:04,845 GossipingPropertyFileSnitch.java:63 - Loaded cassandra-topology.properties for compatibility WARN [main] 2021-03-12 06:04:06,346 SSLFactory.java:449 - Dropping unsupported cipher_suite TLS_DHE_RSA_WITH_AES_128_CBC_SHA from native transport configuration WARN [main] 2021-03-12 06:04:06,346 SSLFactory.java:449 - Dropping unsupported cipher_suite TLS_DHE_RSA_WITH_AES_256_CBC_SHA from native transport configuration INFO [main] 2021-03-12 06:04:06,987 SSLFactory.java:486 - Native transport enabled TLS protocols: SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2, TLSv1.3 INFO [main] 2021-03-12 06:04:06,988 SSLFactory.java:490 - Native transport enabled cipher suites: TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256 INFO [main] 2021-03-12 06:04:07,147 JMXServerUtils.java:271 - Configured JMX server at: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:7199/jmxrmi INFO [main] 2021-03-12 06:04:07,170 CassandraDaemon.java:536 - Hostname: cassandra-1008-db-0:7000:7001 INFO [main] 2021-03-12 06:04:07,176 CassandraDaemon.java:543 - JVM vendor/version: OpenJDK 64-Bit Server VM/11.0.10 INFO [main] 2021-03-12 06:04:07,177 CassandraDaemon.java:544 - Heap size: 461.375MiB/461.375MiB INFO [main] 2021-03-12 06:04:07,181 CassandraDaemon.java:549 - CodeHeap 'non-nmethods' Non-heap memory: init = 2555904(2496K) used = 1182080(1154K) committed = 2555904(2496K) max = 5828608(5692K) INFO [main] 2021-03-12 06:04:07,241 CassandraDaemon.java:549 - Metaspace Non-heap memory: init = 0(0K) used = 28071248(27413K) committed = 28749824(28076K) max = -1(-1K) INFO [main] 2021-03-12 06:04:07,241 CassandraDaemon.java:549 - CodeHeap 'profiled nmethods' Non-heap memory: init = 2555904(2496K) used = 3948160(3855K) committed = 3997696(3904K) max = 122912768(120032K) INFO [main] 2021-03-12 06:04:07,242 CassandraDaemon.java:549 - Compressed Class Space Non-heap memory: init = 0(0K) used = 3223224(3147K) committed = 3432448(3352K) max = 1073741824(1048576K) INFO [main] 2021-03-12 06:04:07,242 CassandraDaemon.java:549 - Par Eden Space Heap memory: init = 425263104(415296K) used = 136093352(132903K) committed = 425263104(415296K) max = 425263104(415296K) INFO [main] 2021-03-12 06:04:07,243 CassandraDaemon.java:549 - Par Survivor Space Heap memory: init = 53084160(51840K) used = 0(0K) committed = 53084160(51840K) max = 53084160(51840K) INFO [main] 2021-03-12 06:04:07,243 CassandraDaemon.java:549 - CodeHeap 'non-profiled nmethods' Non-heap memory: init = 2555904(2496K) used = 661632(646K) committed = 2555904(2496K) max = 122916864(120036K) INFO [main] 2021-03-12 06:04:07,243 CassandraDaemon.java:549 - CMS Old Gen Heap memory: init = 5439488(5312K) used = 0(0K) committed = 5439488(5312K) max = 5439488(5312K) INFO [main] 2021-03-12 06:04:07,244 CassandraDaemon.java:551 - Classpath: /etc/cassandra:/opt/cassandra/lib/HdrHistogram-2.1.9.jar:/opt/cassandra/lib/ST4-4.0.8.jar:/opt/cassandra/lib/airline-0.8.jar:/opt/cassandra/lib/antlr-runtime-3.5.2.jar:/opt/cassandra/lib/apache-cassandra-4.0-beta4.jar:/opt/cassandra/lib/asm-7.1.jar:/opt/cassandra/lib/caffeine-2.3.5.jar:/opt/cassandra/lib/cassandra-driver-core-3.10.0-shaded.jar:/opt/cassandra/lib/chronicle-bytes-1.16.3.jar:/opt/cassandra/lib/chronicle-core-1.16.4.jar:/opt/cassandra/lib/chronicle-queue-4.16.3.jar:/opt/cassandra/lib/chronicle-threads-1.16.0.jar:/opt/cassandra/lib/chronicle-wire-1.16.1.jar:/opt/cassandra/lib/commons-cli-1.1.jar:/opt/cassandra/lib/commons-codec-1.9.jar:/opt/cassandra/lib/commons-lang3-3.11.jar:/opt/cassandra/lib/commons-math3-3.2.jar:/opt/cassandra/lib/concurrent-trees-2.4.0.jar:/opt/cassandra/lib/ecj-4.6.1.jar:/opt/cassandra/lib/guava-27.0-jre.jar:/opt/cassandra/lib/high-scale-lib-1.0.6.jar:/opt/cassandra/lib/hppc-0.8.1.jar:/opt/cassandra/lib/j2objc-annotations-1.3.jar:/opt/cassandra/lib/jackson-annotations-2.9.10.jar:/opt/cassandra/lib/jackson-core-2.9.10.jar:/opt/cassandra/lib/jackson-databind-2.9.10.4.jar:/opt/cassandra/lib/jamm-0.3.2.jar:/opt/cassandra/lib/javax.inject.jar:/opt/cassandra/lib/jbcrypt-0.3m.jar:/opt/cassandra/lib/jcl-over-slf4j-1.7.25.jar:/opt/cassandra/lib/jcommander-1.30.jar:/opt/cassandra/lib/jctools-core-3.1.0.jar:/opt/cassandra/lib/jflex-1.6.0.jar:/opt/cassandra/lib/jna-5.6.0.jar:/opt/cassandra/lib/json-simple-1.1.jar:/opt/cassandra/lib/jstackjunit-0.0.1.jar:/opt/cassandra/lib/jvm-attach-api-1.5.jar:/opt/cassandra/lib/log4j-over-slf4j-1.7.25.jar:/opt/cassandra/lib/logback-classic-1.2.3.jar:/opt/cassandra/lib/logback-core-1.2.3.jar:/opt/cassandra/lib/lz4-java-1.7.1.jar:/opt/cassandra/lib/metrics-core-3.1.5.jar:/opt/cassandra/lib/metrics-jvm-3.1.5.jar:/opt/cassandra/lib/metrics-logback-3.1.5.jar:/opt/cassandra/lib/mxdump-0.14.jar:/opt/cassandra/lib/netty-all-4.1.54.Final.jar:/opt/cassandra/lib/netty-tcnative-boringssl-static-2.0.34.Final.jar:/opt/cassandra/lib/ohc-core-0.5.1.jar:/opt/cassandra/lib/ohc-core-j8-0.5.1.jar:/opt/cassandra/lib/psjava-0.1.19.jar:/opt/cassandra/lib/reporter-config-base-3.0.3.jar:/opt/cassandra/lib/reporter-config3-3.0.3.jar:/opt/cassandra/lib/sigar-1.6.4.jar:/opt/cassandra/lib/sjk-cli-0.14.jar:/opt/cassandra/lib/sjk-core-0.14.jar:/opt/cassandra/lib/sjk-json-0.14.jar:/opt/cassandra/lib/sjk-stacktrace-0.14.jar:/opt/cassandra/lib/slf4j-api-1.7.25.jar:/opt/cassandra/lib/snakeyaml-1.26.jar:/opt/cassandra/lib/snappy-java-1.1.2.6.jar:/opt/cassandra/lib/snowball-stemmer-1.3.0.581.1.jar:/opt/cassandra/lib/stream-2.5.2.jar:/opt/cassandra/lib/zstd-jni-1.3.8-5.jar:/opt/cassandra/lib/jsr223/*/*.jar: INFO [main] 2021-03-12 06:04:07,245 CassandraDaemon.java:553 - 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, -Xlog:gc=info,heap*=trace,age*=debug,safepoint=info,promotion*=trace:file=/opt/cassandra/logs/gc.log:time,uptime,pid,tid,level:filecount=10,filesize=10485760, -Xms512M, -Xmx512M, -Xmn512M, -XX:+UseCondCardMark, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -javaagent:/opt/cassandra/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/cassandra/lib/sigar-bin, -Dcassandra.libjemalloc=/usr/local/lib/libjemalloc.so, -XX:OnOutOfMemoryError=kill -9 %p, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/opt/cassandra/logs, -Dcassandra.storagedir=/opt/cassandra/data, -Dcassandra-foreground=yes] WARN [main] 2021-03-12 06:04:07,538 NativeLibrary.java:201 - Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK. INFO [main] 2021-03-12 06:04:07,688 MonotonicClock.java:199 - Scheduling approximate time conversion task with an interval of 10000 milliseconds INFO [main] 2021-03-12 06:04:07,691 MonotonicClock.java:335 - Scheduling approximate time-check task with a precision of 2 milliseconds INFO [main] 2021-03-12 06:04:07,734 StartupChecks.java:148 - jemalloc seems to be preloaded from /usr/local/lib/libjemalloc.so WARN [main] 2021-03-12 06:04:07,735 StartupChecks.java:188 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. INFO [main] 2021-03-12 06:04:07,739 SigarLibrary.java:44 - Initializing SIGAR library INFO [main] 2021-03-12 06:04:07,764 SigarLibrary.java:180 - Checked OS settings and found them configured for optimal performance. WARN [main] 2021-03-12 06:04:07,765 StartupChecks.java:330 - 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. INFO [main] 2021-03-12 06:04:09,248 Keyspace.java:386 - Creating replication strategy system params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.LocalStrategy}} INFO [main] 2021-03-12 06:04:09,437 ColumnFamilyStore.java:399 - Initializing system.IndexInfo INFO [ScheduledTasks:1] 2021-03-12 06:04:09,865 TokenMetadata.java:521 - Updating topology for all endpoints that have changed INFO [main] 2021-03-12 06:04:12,866 ColumnFamilyStore.java:399 - Initializing system.batches INFO [main] 2021-03-12 06:04:12,954 ColumnFamilyStore.java:399 - Initializing system.paxos INFO [main] 2021-03-12 06:04:13,060 ColumnFamilyStore.java:399 - Initializing system.local INFO [main] 2021-03-12 06:04:13,147 ColumnFamilyStore.java:399 - Initializing system.peers_v2 INFO [main] 2021-03-12 06:04:13,167 ColumnFamilyStore.java:399 - Initializing system.peers INFO [main] 2021-03-12 06:04:13,251 ColumnFamilyStore.java:399 - Initializing system.peer_events_v2 INFO [main] 2021-03-12 06:04:13,270 ColumnFamilyStore.java:399 - Initializing system.peer_events INFO [main] 2021-03-12 06:04:13,353 ColumnFamilyStore.java:399 - Initializing system.compaction_history INFO [main] 2021-03-12 06:04:13,369 ColumnFamilyStore.java:399 - Initializing system.sstable_activity INFO [main] 2021-03-12 06:04:13,450 ColumnFamilyStore.java:399 - Initializing system.size_estimates INFO [main] 2021-03-12 06:04:13,470 ColumnFamilyStore.java:399 - Initializing system.table_estimates INFO [main] 2021-03-12 06:04:13,556 ColumnFamilyStore.java:399 - Initializing system.available_ranges_v2 INFO [main] 2021-03-12 06:04:13,640 ColumnFamilyStore.java:399 - Initializing system.available_ranges INFO [main] 2021-03-12 06:04:13,661 ColumnFamilyStore.java:399 - Initializing system.transferred_ranges_v2 INFO [main] 2021-03-12 06:04:13,739 ColumnFamilyStore.java:399 - Initializing system.transferred_ranges INFO [main] 2021-03-12 06:04:13,756 ColumnFamilyStore.java:399 - Initializing system.view_builds_in_progress INFO [main] 2021-03-12 06:04:13,835 ColumnFamilyStore.java:399 - Initializing system.built_views INFO [main] 2021-03-12 06:04:13,852 ColumnFamilyStore.java:399 - Initializing system.prepared_statements INFO [main] 2021-03-12 06:04:13,867 ColumnFamilyStore.java:399 - Initializing system.repairs INFO [main] 2021-03-12 06:04:14,453 QueryProcessor.java:106 - Initialized prepared statement caches with 10 MB INFO [main] 2021-03-12 06:04:14,865 Keyspace.java:386 - Creating replication strategy system_schema params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.LocalStrategy}} INFO [main] 2021-03-12 06:04:14,934 ColumnFamilyStore.java:399 - Initializing system_schema.keyspaces INFO [main] 2021-03-12 06:04:14,949 ColumnFamilyStore.java:399 - Initializing system_schema.tables INFO [main] 2021-03-12 06:04:14,967 ColumnFamilyStore.java:399 - Initializing system_schema.columns INFO [main] 2021-03-12 06:04:15,045 ColumnFamilyStore.java:399 - Initializing system_schema.triggers INFO [main] 2021-03-12 06:04:15,062 ColumnFamilyStore.java:399 - Initializing system_schema.dropped_columns INFO [main] 2021-03-12 06:04:15,144 ColumnFamilyStore.java:399 - Initializing system_schema.views INFO [main] 2021-03-12 06:04:15,158 ColumnFamilyStore.java:399 - Initializing system_schema.types INFO [main] 2021-03-12 06:04:15,237 ColumnFamilyStore.java:399 - Initializing system_schema.functions INFO [main] 2021-03-12 06:04:15,254 ColumnFamilyStore.java:399 - Initializing system_schema.aggregates INFO [main] 2021-03-12 06:04:15,269 ColumnFamilyStore.java:399 - Initializing system_schema.indexes INFO [main] 2021-03-12 06:04:15,565 SystemKeyspaceMigrator40.java:76 - system.peers_v2 table was empty, migrating legacy system.peers, if this fails you should fix the issue and then truncate system.peers_v2 to have it try again. INFO [main] 2021-03-12 06:04:15,637 SystemKeyspaceMigrator40.java:100 - Migrating rows from legacy system.peers to system.peers_v2 INFO [main] 2021-03-12 06:04:15,644 SystemKeyspaceMigrator40.java:119 - Migrated 0 rows from legacy system.peers to system.peers_v2 INFO [main] 2021-03-12 06:04:15,644 SystemKeyspaceMigrator40.java:129 - system.peer_events_v2 table was empty, migrating legacy system.peer_events to system.peer_events_v2 INFO [main] 2021-03-12 06:04:15,646 SystemKeyspaceMigrator40.java:152 - Migrated 0 rows from legacy system.peer_events to system.peer_events_v2 INFO [main] 2021-03-12 06:04:15,647 SystemKeyspaceMigrator40.java:162 - system.transferred_ranges_v2 table was empty, migrating legacy system.transferred_ranges to system.transferred_ranges_v2 INFO [main] 2021-03-12 06:04:15,651 SystemKeyspaceMigrator40.java:190 - Migrated 0 rows from legacy system.transferred_ranges to system.transferred_ranges_v2 INFO [main] 2021-03-12 06:04:15,652 SystemKeyspaceMigrator40.java:200 - system.available_ranges_v2 table was empty, migrating legacy system.available_ranges to system.available_ranges_v2 INFO [main] 2021-03-12 06:04:15,654 SystemKeyspaceMigrator40.java:226 - Migrated 0 rows from legacy system.available_ranges to system.available_ranges_v2 INFO [main] 2021-03-12 06:04:15,655 StorageService.java:830 - Populating token metadata from system tables INFO [main] 2021-03-12 06:04:15,852 StorageService.java:824 - Token metadata: INFO [main] 2021-03-12 06:04:16,057 CacheService.java:100 - Initializing key cache with capacity of 23 MBs. INFO [main] 2021-03-12 06:04:16,135 CacheService.java:122 - Initializing row cache with capacity of 0 MBs INFO [main] 2021-03-12 06:04:16,139 CacheService.java:151 - Initializing counter cache with capacity of 11 MBs INFO [main] 2021-03-12 06:04:16,141 CacheService.java:162 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2021-03-12 06:04:16,249 CommitLog.java:169 - No commitlog files found; skipping replay INFO [main] 2021-03-12 06:04:16,249 StorageService.java:830 - Populating token metadata from system tables INFO [main] 2021-03-12 06:04:16,343 StorageService.java:824 - Token metadata: INFO [main] 2021-03-12 06:04:16,946 ColumnFamilyStore.java:2198 - Truncating system.size_estimates INFO [main] 2021-03-12 06:04:17,052 ColumnFamilyStore.java:2233 - Truncating system.size_estimates with truncatedAt=1615529056957 INFO [main] 2021-03-12 06:04:17,161 ColumnFamilyStore.java:870 - Enqueuing flush of local: 2.045KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:17,470 Memtable.java:452 - Writing Memtable-local@523420936(0.422KiB serialized bytes, 3 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:17,476 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-1-big-Data.db (0.217KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=31208) INFO [MemtableFlushWriter:1] 2021-03-12 06:04:17,778 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na_txn_flush_c745e900-82f8-11eb-9807-7967f7317b26.log INFO [main] 2021-03-12 06:04:17,806 ColumnFamilyStore.java:2257 - Truncate of system.size_estimates is complete INFO [main] 2021-03-12 06:04:17,807 ColumnFamilyStore.java:2198 - Truncating system.table_estimates INFO [main] 2021-03-12 06:04:17,834 ColumnFamilyStore.java:2233 - Truncating system.table_estimates with truncatedAt=1615529057834 INFO [main] 2021-03-12 06:04:17,839 ColumnFamilyStore.java:870 - Enqueuing flush of local: 0.466KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:17,899 Memtable.java:452 - Writing Memtable-local@930629075(0.091KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:17,901 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-2-big-Data.db (0.063KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=31319) INFO [MemtableFlushWriter:2] 2021-03-12 06:04:18,049 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na_txn_flush_c7ac7300-82f8-11eb-9807-7967f7317b26.log INFO [main] 2021-03-12 06:04:18,067 ColumnFamilyStore.java:2257 - Truncate of system.table_estimates is complete INFO [main] 2021-03-12 06:04:18,072 QueryProcessor.java:150 - Preloaded 0 prepared statements INFO [main] 2021-03-12 06:04:18,073 StorageService.java:728 - Cassandra version: 4.0-beta4 INFO [main] 2021-03-12 06:04:18,073 StorageService.java:729 - CQL version: 3.4.5 INFO [main] 2021-03-12 06:04:18,074 StorageService.java:730 - Native protocol supported versions: 3/v3, 4/v4, 5/v5-beta (default: 4/v4) INFO [main] 2021-03-12 06:04:18,161 IndexSummaryManager.java:87 - Initializing index summary manager with a memory pool size of 23 MB and a resize interval of 60 minutes INFO [main] 2021-03-12 06:04:18,163 StorageService.java:747 - Loading persisted ring state INFO [main] 2021-03-12 06:04:18,163 StorageService.java:830 - Populating token metadata from system tables INFO [main] 2021-03-12 06:04:18,336 BufferPools.java:49 - Global buffer pool limit is 115.000MiB for chunk-cache and 28.000MiB for networking INFO [main] 2021-03-12 06:04:18,855 InboundConnectionInitiator.java:127 - Listening on address: (/10.244.4.247:7000), nic: eth0, encryption: unencrypted WARN [main] 2021-03-12 06:04:19,059 SystemKeyspace.java:1107 - No host ID found, created c3c5eba3-fcca-4c02-985a-bea62c53a66d (Note: This should happen exactly once per node). INFO [main] 2021-03-12 06:04:19,165 StorageService.java:645 - Unable to gossip with any peers but continuing anyway since node is in its own seed list INFO [main] 2021-03-12 06:04:19,339 StorageService.java:950 - Starting up server gossip INFO [main] 2021-03-12 06:04:19,345 ColumnFamilyStore.java:870 - Enqueuing flush of local: 0.450KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:19,451 Memtable.java:452 - Writing Memtable-local@1039421911(0.079KiB serialized bytes, 2 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:19,452 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-3-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=31483) INFO [MemtableFlushWriter:1] 2021-03-12 06:04:19,636 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na_txn_flush_c8921810-82f8-11eb-9807-7967f7317b26.log INFO [main] 2021-03-12 06:04:19,838 StorageService.java:1025 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2021-03-12 06:04:19,844 BootStrapper.java:250 - Generated random tokens. tokens are [-1449151369645775073, -6688733781904072379, -9167632931298681755, 7796446926694396126, -7030360752619537145, 5586120265733884144, 363663304926732999, 9172742063080683297, 8582235200906946717, -12480305136988842, -2656325901801551910, 3331665291278607070, -5554683511258199115, 2814763870273064912, -8015576563851956522, -6534230213177385553, 6837088578577329889, 6044407912319232621, 267378159202180975, 2568995518049779370, -2462942451947658131, 6120903449613089570, 460207848333089394, -9219018892898930121, -5873274628895660081, 4760725385557120508, 6635352830045675050, -7546540211633830668, 2461996640918047915, 1908647493626210298, 1589135638268638940, 4314875572334453460, -1370251360674064627, -2208532473660638482, -5407997161227856609, 6698440651991127074, 7469318797899119351, -3411202907218448459, 7373320220108228947, -2866349109230774028, -1546553404567650892, 7353780283986876678, -1020629758644297261, 5569080221577347851, 778489545195660829, 7567412629828405624, -3317420480229581976, -9007207299366425901, -9135361119525846647, -8030214897389931541, -4743194885343066727, 4545843698628979347, 4246297895197859036, 7633021874791694887, 2836990270833132155, 4648782136360632650, -4844415826934657421, 5622324868871293128, -1964151833906833553, -9211938288877731626, 5533588931737292982, 7376562811611610480, -2282212570894432534, -8514280409029857298, 4006246223335434781, -125395286696528758, -675787628431683268, -2710797031870355046, 1723388763579796649, 8207300497555229369, -4726805763853815094, 7090256561485526960, 2566355710668101237, 2459243048183151936, -371631276473805964, -8269426639563069586, 4202772382339108589, -1757046800457137385, 2091204205595179481, -7059724468283262620, 3730795476127333884, -2445510708148012500, -1923939211885584750, -8091227960215760735, -4721133060024482469, 4632937550329933609, -9081711031195994103, -4733188545112051922, -7492110174809498160, 1896743550898385894, 3152471830559073787, 5459300851552355067, -4522806209703160594, 7872873843784724183, -4835617258287351924, 1936446079077036901, 4014241232561875418, -7125074777240887413, -456672680815957827, -4483511378383635452, 9116340918617996340, 2691208851094365265, -3461622260808934894, 7437103617907178149, -3184070292834611602, -5862302294808644440, 8726469892317650283, -7495325187159158996, 9104549021487796317, 1136493893733756794, 6384346071794636021, 8185541428146951450, -8570217276840582876, 2255054915091166922, 2938221733800933459, 5678134318887708307, 5809500704915366740, 1709610169929043157, 728918628534218563, -8984471998991893590, -1625940384556191432, -8494014229182913420, 4533163913866032617, 7138429220354232048, -8416784684274339285, -7230724813148522230, 1912295260808886235, -6585794231705135634, 6377926826373925953, 5531437049177322699, 7420408227242593027, 4711468435434288978, -4412021793398860480, 9102109201102320101, 933690914851241626, -8942886226911491424, 5666616931012694690, 8196748995352860201, -6460278572477643572, -2337273945462202634, 3223691922551270339, -3810349272669417995, 1833325811082532724, -1730855613549345319, -1058679063978097913, -3663972624427838357, -2336844930268074121, 2911998563920225411, -202273168975624591, -3005430284245662144, -2475054936905507232, 7714500288533201613, 8983571462388497731, -4069518701058918893, 1671572898537808204, 721867892796821669, 3483395118549311240, 2472761675325858652, -5962090337259554142, -3731840957413567462, -6228672583849009942, 4812602614962612983, -6835123979987259500, -6683636452234614566, -566813464512647502, -1902193105909053030, -7896267264662916100, 2615148527272492650, 3437432538410404134, -64354653411326854, 8027314371611598777, 4958370383865932037, -5985094975049223318, -3429489963521618533, 732327191840063517, 8662931796907197379, -6752985899758976138, 1625385739725919203, -5864200299576413699, 8866088822227956152, 1595441876522946985, -661924061923832719, -5779221118741841481, -5307061810557779429, 2658193738439475112, 5057059493262770816, -7832246490040610728, -1032385218977804716, -2009668072667524557, -8838663812440840561, -4943964769989509514, 7433260167041655702, 4073407003577315542, -7650791168580576845, 4316970625614651924, -7343398724698607097, -989584655299763832, -3938865926454259893, 4438006527751512613, -3160440904026464291, -789712601684624945, 1737492935537779551, -2627482473611962762, -2646313922617107631, -9178019543547087464, 8175558974237984510, -1606956593613674671, -5968325169124058840, 4694643978283682757, 1015253271538962427, 4026227619886062276, -5939893876186494537, 3856255378205652680, 5156232949285680623, -657963769887849272, -8154121047720691613, -6919252683707483632, -1714026795495937869, 697723131529610609, 1032976636587946562, -6982548251375879108, 2734178503701613894, -1519122808237733335, 4971029562060671156, 4891851407926353326, 589720043646774469, 8428893758672724521, 6271318331503752886, 37845805585708541, 784383472153568963, -4982471663773510600, 1171628185055530798, -4171985748874149239, -1294103967130091440, 2687883836061258107, -7667800583365907336, -6998564918446743757, 9060391561489624777, 813507080640526104, -1562006300860253583, -643549180800331906, 6899888198769356901, -8833219531685437960, -7475886152807138780, 7717024561377776097, 7645894238546731379, -4435879237028865898, 7910021458586140172, -8828139065448698131, 557852059557580305, 777835194594852959, -1380732540086879117, 7308572876756182208, 6179488766531031790, 7985913117976785062, 6707180144562077962] INFO [MigrationStage:1] 2021-03-12 06:04:20,042 ColumnFamilyStore.java:870 - Enqueuing flush of columns: 192.996KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:20,105 Memtable.java:452 - Writing Memtable-columns@968867148(41.994KiB serialized bytes, 277 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:20,234 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/columns-24101c25a2ae3af787c1b40ee1aca33f/na-1-big-Data.db (20.847KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42109) INFO [MemtableFlushWriter:2] 2021-03-12 06:04:20,403 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/columns-24101c25a2ae3af787c1b40ee1aca33f/na_txn_flush_c8fcc0c0-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:20,420 ColumnFamilyStore.java:870 - Enqueuing flush of dropped_columns: 0.767KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:20,480 Memtable.java:452 - Writing Memtable-dropped_columns@2072086164(0.120KiB serialized bytes, 3 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:20,481 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/dropped_columns-5e7583b5f3f43af19a39b7e1d6f5f11f/na-1-big-Data.db (0.097KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:1] 2021-03-12 06:04:20,631 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/dropped_columns-5e7583b5f3f43af19a39b7e1d6f5f11f/na_txn_flush_c9364750-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:20,648 ColumnFamilyStore.java:870 - Enqueuing flush of triggers: 0.245KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:20,710 Memtable.java:452 - Writing Memtable-triggers@1031810723(0.016KiB serialized bytes, 2 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:20,711 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/triggers-4df70b666b05325195a132b54005fd48/na-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:2] 2021-03-12 06:04:20,869 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/triggers-4df70b666b05325195a132b54005fd48/na_txn_flush_c9591190-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:20,886 ColumnFamilyStore.java:870 - Enqueuing flush of types: 0.245KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:20,936 Memtable.java:452 - Writing Memtable-types@123329721(0.016KiB serialized bytes, 2 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:20,937 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/types-5a8b1ca866023f77a0459273d308917a/na-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:1] 2021-03-12 06:04:21,088 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/types-5a8b1ca866023f77a0459273d308917a/na_txn_flush_c97d6270-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:21,104 ColumnFamilyStore.java:870 - Enqueuing flush of functions: 0.245KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:21,159 Memtable.java:452 - Writing Memtable-functions@2021832567(0.016KiB serialized bytes, 2 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:21,160 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/functions-96489b7980be3e14a70166a0b9159450/na-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:2] 2021-03-12 06:04:21,309 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/functions-96489b7980be3e14a70166a0b9159450/na_txn_flush_c99ea610-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:21,324 ColumnFamilyStore.java:870 - Enqueuing flush of aggregates: 0.245KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:21,375 Memtable.java:452 - Writing Memtable-aggregates@879822858(0.016KiB serialized bytes, 2 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:21,375 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/aggregates-924c55872e3a345bb10c12f37c1ba895/na-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:1] 2021-03-12 06:04:21,527 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/aggregates-924c55872e3a345bb10c12f37c1ba895/na_txn_flush_c9c010c0-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:21,543 ColumnFamilyStore.java:870 - Enqueuing flush of indexes: 0.245KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:21,596 Memtable.java:452 - Writing Memtable-indexes@220275561(0.016KiB serialized bytes, 2 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:21,596 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/indexes-0feb57ac311f382fba6d9024d305702f/na-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:2] 2021-03-12 06:04:21,731 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/indexes-0feb57ac311f382fba6d9024d305702f/na_txn_flush_c9e1a280-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:21,747 ColumnFamilyStore.java:870 - Enqueuing flush of tables: 91.078KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:21,834 Memtable.java:452 - Writing Memtable-tables@731155898(28.858KiB serialized bytes, 42 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:21,841 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/tables-afddfb9dbc1e30688056eed6c302ba09/na-1-big-Data.db (17.879KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:1] 2021-03-12 06:04:22,012 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/tables-afddfb9dbc1e30688056eed6c302ba09/na_txn_flush_ca00c340-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:22,031 ColumnFamilyStore.java:870 - Enqueuing flush of views: 0.245KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:22,090 Memtable.java:452 - Writing Memtable-views@1227926108(0.016KiB serialized bytes, 2 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:22,091 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/views-9786ac1cdd583201a7cdad556410c985/na-1-big-Data.db (0.048KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:2] 2021-03-12 06:04:22,242 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/views-9786ac1cdd583201a7cdad556410c985/na_txn_flush_ca2bf1f0-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:22,262 ColumnFamilyStore.java:870 - Enqueuing flush of keyspaces: 2.485KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:22,334 Memtable.java:452 - Writing Memtable-keyspaces@1557535610(0.673KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:22,337 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system_schema/keyspaces-abac5682dea631c5b535b3d6cffd0fb6/na-1-big-Data.db (0.556KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42117) INFO [MemtableFlushWriter:1] 2021-03-12 06:04:22,499 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system_schema/keyspaces-abac5682dea631c5b535b3d6cffd0fb6/na_txn_flush_ca4f5870-82f8-11eb-9807-7967f7317b26.log INFO [MigrationStage:1] 2021-03-12 06:04:22,762 Keyspace.java:386 - Creating replication strategy system_auth params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.SimpleStrategy, replication_factor=1}} INFO [MigrationStage:1] 2021-03-12 06:04:22,838 ColumnFamilyStore.java:399 - Initializing system_auth.network_permissions INFO [MigrationStage:1] 2021-03-12 06:04:22,852 ColumnFamilyStore.java:399 - Initializing system_auth.resource_role_permissons_index INFO [MigrationStage:1] 2021-03-12 06:04:22,863 ColumnFamilyStore.java:399 - Initializing system_auth.role_members INFO [MigrationStage:1] 2021-03-12 06:04:22,937 ColumnFamilyStore.java:399 - Initializing system_auth.role_permissions INFO [MigrationStage:1] 2021-03-12 06:04:22,951 ColumnFamilyStore.java:399 - Initializing system_auth.roles INFO [MigrationStage:1] 2021-03-12 06:04:22,964 Keyspace.java:386 - Creating replication strategy system_distributed params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.SimpleStrategy, replication_factor=3}} INFO [MigrationStage:1] 2021-03-12 06:04:23,035 ColumnFamilyStore.java:399 - Initializing system_distributed.parent_repair_history INFO [MigrationStage:1] 2021-03-12 06:04:23,046 ColumnFamilyStore.java:399 - Initializing system_distributed.repair_history INFO [MigrationStage:1] 2021-03-12 06:04:23,059 ColumnFamilyStore.java:399 - Initializing system_distributed.view_build_status INFO [MigrationStage:1] 2021-03-12 06:04:23,133 Keyspace.java:386 - Creating replication strategy system_traces params KeyspaceParams{durable_writes=true, replication=ReplicationParams{class=org.apache.cassandra.locator.SimpleStrategy, replication_factor=2}} INFO [MigrationStage:1] 2021-03-12 06:04:23,139 ColumnFamilyStore.java:399 - Initializing system_traces.events INFO [MigrationStage:1] 2021-03-12 06:04:23,152 ColumnFamilyStore.java:399 - Initializing system_traces.sessions INFO [main] 2021-03-12 06:04:23,260 StorageService.java:1599 - JOINING: Finish joining ring INFO [main] 2021-03-12 06:04:23,335 ColumnFamilyStore.java:870 - Enqueuing flush of local: 0.471KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:23,392 Memtable.java:452 - Writing Memtable-local@1970888943(0.084KiB serialized bytes, 3 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:2] 2021-03-12 06:04:23,393 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-4-big-Data.db (0.058KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=42273) INFO [MemtableFlushWriter:2] 2021-03-12 06:04:23,543 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na_txn_flush_caf2eb70-82f8-11eb-9807-7967f7317b26.log INFO [main] 2021-03-12 06:04:23,579 ColumnFamilyStore.java:870 - Enqueuing flush of local: 38.337KiB (0%) on-heap, 0.000KiB (0%) off-heap INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:23,647 Memtable.java:452 - Writing Memtable-local@354658381(8.882KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit), flushed range = (null, null] INFO [PerDiskMemtableFlushWriter_0:1] 2021-03-12 06:04:23,649 Memtable.java:481 - Completed flushing /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-5-big-Data.db (5.370KiB) for commitlog position CommitLogPosition(segmentId=1615529047671, position=47815) INFO [MemtableFlushWriter:1] 2021-03-12 06:04:23,822 LogTransaction.java:240 - Unfinished transaction log, deleting /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na_txn_flush_cb184dc0-82f8-11eb-9807-7967f7317b26.log INFO [main] 2021-03-12 06:04:24,040 StorageService.java:2712 - Node /10.244.4.247:7000 state jump to NORMAL INFO [main] 2021-03-12 06:04:24,059 AuthCache.java:213 - (Re)initializing CredentialsCache (validity period/update interval/max entries) (2000/2000/1000) INFO [main] 2021-03-12 06:04:24,140 Gossiper.java:2079 - Waiting for gossip to settle... ERROR [Messaging-EventLoop-3-1] 2021-03-12 06:04:30,867 InboundConnectionInitiator.java:342 - Failed to properly handshake with peer /10.244.4.60:52546. Closing the channel. io.netty.handler.codec.DecoderException: org.apache.cassandra.net.Message$InvalidLegacyProtocolMagic: Read 1195725856, Expected -900387334 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:471) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:253) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795) at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.apache.cassandra.net.Message$InvalidLegacyProtocolMagic: Read 1195725856, Expected -900387334 at org.apache.cassandra.net.Message.validateLegacyProtocolMagic(Message.java:333) at org.apache.cassandra.net.HandshakeProtocol$Initiate.maybeDecode(HandshakeProtocol.java:167) at org.apache.cassandra.net.InboundConnectionInitiator$Handler.initiate(InboundConnectionInitiator.java:242) at org.apache.cassandra.net.InboundConnectionInitiator$Handler.decode(InboundConnectionInitiator.java:235) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440) ... 22 common frames omitted ERROR [Messaging-EventLoop-3-1] 2021-03-12 06:04:30,870 InboundConnectionInitiator.java:342 - Failed to properly handshake with peer /10.244.4.60:52546. Closing the channel. io.netty.handler.codec.DecoderException: org.apache.cassandra.net.Message$InvalidLegacyProtocolMagic: Read 1195725856, Expected -900387334 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:471) at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:404) at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:371) at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:354) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248) at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901) at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:819) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.apache.cassandra.net.Message$InvalidLegacyProtocolMagic: Read 1195725856, Expected -900387334 at org.apache.cassandra.net.Message.validateLegacyProtocolMagic(Message.java:333) at org.apache.cassandra.net.HandshakeProtocol$Initiate.maybeDecode(HandshakeProtocol.java:167) at org.apache.cassandra.net.InboundConnectionInitiator$Handler.initiate(InboundConnectionInitiator.java:242) at org.apache.cassandra.net.InboundConnectionInitiator$Handler.decode(InboundConnectionInitiator.java:235) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440) ... 18 common frames omitted INFO [main] 2021-03-12 06:04:32,143 Gossiper.java:2110 - No gossip backlog; proceeding INFO [main] 2021-03-12 06:04:32,249 NativeTransportService.java:130 - Using Netty Version: [netty-buffer=netty-buffer-4.1.54.Final.715353e, netty-codec=netty-codec-4.1.54.Final.715353e, netty-codec-dns=netty-codec-dns-4.1.54.Final.715353e, netty-codec-haproxy=netty-codec-haproxy-4.1.54.Final.715353e, netty-codec-http=netty-codec-http-4.1.54.Final.715353e, netty-codec-http2=netty-codec-http2-4.1.54.Final.715353e, netty-codec-memcache=netty-codec-memcache-4.1.54.Final.715353e, netty-codec-mqtt=netty-codec-mqtt-4.1.54.Final.715353e, netty-codec-redis=netty-codec-redis-4.1.54.Final.715353e, netty-codec-smtp=netty-codec-smtp-4.1.54.Final.715353e, netty-codec-socks=netty-codec-socks-4.1.54.Final.715353e, netty-codec-stomp=netty-codec-stomp-4.1.54.Final.715353e, netty-codec-xml=netty-codec-xml-4.1.54.Final.715353e, netty-common=netty-common-4.1.54.Final.715353e, netty-handler=netty-handler-4.1.54.Final.715353e, netty-handler-proxy=netty-handler-proxy-4.1.54.Final.715353e, netty-resolver=netty-resolver-4.1.54.Final.715353e, netty-resolver-dns=netty-resolver-dns-4.1.54.Final.715353e, netty-resolver-dns-native-macos=netty-resolver-dns-native-macos-4.1.54.Final.715353ecd6 (repository: dirty), netty-tcnative=netty-tcnative-2.0.34.Final.8d402dd (repository: dirty), netty-tcnative-boringssl-static=netty-tcnative-boringssl-static-2.0.34.Final.8d402dd (repository: dirty), netty-transport=netty-transport-4.1.54.Final.715353e, netty-transport-native-epoll=netty-transport-native-epoll-4.1.54.Final.715353e, netty-transport-native-kqueue=netty-transport-native-kqueue-4.1.54.Final.715353ecd6 (repository: dirty), netty-transport-native-unix-common=netty-transport-native-unix-common-4.1.54.Final.715353e, netty-transport-rxtx=netty-transport-rxtx-4.1.54.Final.715353e, netty-transport-sctp=netty-transport-sctp-4.1.54.Final.715353e, netty-transport-udt=netty-transport-udt-4.1.54.Final.715353e] INFO [main] 2021-03-12 06:04:32,346 NativeTransportService.java:68 - Netty using native Epoll event loop INFO [CompactionExecutor:1] 2021-03-12 06:04:32,446 CompactionTask.java:156 - Compacting (d05f7830-82f8-11eb-9807-7967f7317b26) [/cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-3-big-Data.db:level=0, /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-2-big-Data.db:level=0, /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-1-big-Data.db:level=0, /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-5-big-Data.db:level=0, /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-4-big-Data.db:level=0, ] INFO [main] 2021-03-12 06:04:32,651 PipelineConfigurator.java:124 - Using Netty Version: [netty-buffer=netty-buffer-4.1.54.Final.715353e, netty-codec=netty-codec-4.1.54.Final.715353e, netty-codec-dns=netty-codec-dns-4.1.54.Final.715353e, netty-codec-haproxy=netty-codec-haproxy-4.1.54.Final.715353e, netty-codec-http=netty-codec-http-4.1.54.Final.715353e, netty-codec-http2=netty-codec-http2-4.1.54.Final.715353e, netty-codec-memcache=netty-codec-memcache-4.1.54.Final.715353e, netty-codec-mqtt=netty-codec-mqtt-4.1.54.Final.715353e, netty-codec-redis=netty-codec-redis-4.1.54.Final.715353e, netty-codec-smtp=netty-codec-smtp-4.1.54.Final.715353e, netty-codec-socks=netty-codec-socks-4.1.54.Final.715353e, netty-codec-stomp=netty-codec-stomp-4.1.54.Final.715353e, netty-codec-xml=netty-codec-xml-4.1.54.Final.715353e, netty-common=netty-common-4.1.54.Final.715353e, netty-handler=netty-handler-4.1.54.Final.715353e, netty-handler-proxy=netty-handler-proxy-4.1.54.Final.715353e, netty-resolver=netty-resolver-4.1.54.Final.715353e, netty-resolver-dns=netty-resolver-dns-4.1.54.Final.715353e, netty-resolver-dns-native-macos=netty-resolver-dns-native-macos-4.1.54.Final.715353ecd6 (repository: dirty), netty-tcnative=netty-tcnative-2.0.34.Final.8d402dd (repository: dirty), netty-tcnative-boringssl-static=netty-tcnative-boringssl-static-2.0.34.Final.8d402dd (repository: dirty), netty-transport=netty-transport-4.1.54.Final.715353e, netty-transport-native-epoll=netty-transport-native-epoll-4.1.54.Final.715353e, netty-transport-native-kqueue=netty-transport-native-kqueue-4.1.54.Final.715353ecd6 (repository: dirty), netty-transport-native-unix-common=netty-transport-native-unix-common-4.1.54.Final.715353e, netty-transport-rxtx=netty-transport-rxtx-4.1.54.Final.715353e, netty-transport-sctp=netty-transport-sctp-4.1.54.Final.715353e, netty-transport-udt=netty-transport-udt-4.1.54.Final.715353e] INFO [main] 2021-03-12 06:04:32,734 PipelineConfigurator.java:125 - Starting listening for CQL clients on /10.244.4.247:9042 (optionally encrypted)... INFO [main] 2021-03-12 06:04:32,745 CassandraDaemon.java:693 - Startup complete INFO [CompactionExecutor:1] 2021-03-12 06:04:33,173 CompactionTask.java:251 - Compacted (d05f7830-82f8-11eb-9807-7967f7317b26) 5 sstables to [/cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-6-big,] to level=0. 5.150KiB to 5.006KiB (~97% of original) in 722ms. Read Throughput = 7.126KiB/s, Write Throughput = 6.926KiB/s, Row Throughput = ~2/s. 5 total partitions merged to 1. Partition merge counts were {5:1, } INFO [NonPeriodicTasks:1] 2021-03-12 06:04:33,238 SSTable.java:111 - Deleting sstable: /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-5-big INFO [NonPeriodicTasks:1] 2021-03-12 06:04:33,242 SSTable.java:111 - Deleting sstable: /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-4-big INFO [NonPeriodicTasks:1] 2021-03-12 06:04:33,247 SSTable.java:111 - Deleting sstable: /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-3-big INFO [NonPeriodicTasks:1] 2021-03-12 06:04:33,249 SSTable.java:111 - Deleting sstable: /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-2-big INFO [NonPeriodicTasks:1] 2021-03-12 06:04:33,251 SSTable.java:111 - Deleting sstable: /cloudclusters/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/na-1-big INFO [OptionalTasks:1] 2021-03-12 06:04:34,535 CassandraRoleManager.java:338 - Created default superuser role 'cassandra' ```
wglambert commented 3 years ago

This might be relevant? https://issues.apache.org/jira/browse/CASSANDRA-16144

But without something indicating an issue in the way we package Cassandra in a container I don't think there's anything we could do to resolve this. I'd try going through issues on their Jira or you could also try asking over at the Docker Community Forums, Docker Community Slack, or Stack Overflow. Since these repos aren't really a user-help forum

bruce-dbm commented 3 years ago

This might be relevant? https://issues.apache.org/jira/browse/CASSANDRA-16144

But without something indicating an issue in the way we package Cassandra in a container I don't think there's anything we could do to resolve this. I'd try going through issues on their Jira or you could also try asking over at the Docker Community Forums, Docker Community Slack, or Stack Overflow. Since these repos aren't really a user-help forum

Thank you!