Hello Team,
Node crashing when server_encryption_options is set.
Details :
Scylla version : scylla:2025.1.2 in docker
If not set server_encryption_options, it works fine, but with server_encryption_options configured, it keeps crashing and restarting after startup, and the same configuration works fine in version 6.2.3
如果没有设置server_encryption_options,工作正常,但是配置了server_encryption_options,启动后就会不断崩溃重启,相同的配置在6.2.3版本中运行的很好
some logs:
INFO 2025-05-04 11:02:26,194 [shard 0:strm] gossip - failure_detector_loop: Started main loop
INFO 2025-05-04 11:02:26,200 [shard 0:strm] storage_service - entering JOINING mode
INFO 2025-05-04 11:02:26,200 [shard 0:strm] raft_topology - topology changes are using raft
INFO 2025-05-04 11:02:26,200 [shard 0:strm] raft_topology - start topology coordinator fiber
INFO 2025-05-04 11:02:26,200 [shard 0:strm] init - starting system distributed keyspace
INFO 2025-05-04 11:02:26,201 [shard 0:strm] system_distributed_keyspace - system_distributed(_everywhere) keyspaces and tables are up-to-date. Not creating
INFO 2025-05-04 11:02:26,201 [shard 0:strm] storage_service - starting system distributed keyspace shards
INFO 2025-05-04 11:02:26,201 [shard 0:strm] system_distributed_keyspace - system_distributed(_everywhere) keyspaces and tables are up-to-date. Not creating
INFO 2025-05-04 11:02:26,202 [shard 0: gms] raft_topology - updating topology state: Starting new topology coordinator f0f4e5a0-fdf5-439d-8e5e-897268db8b94
INFO 2025-05-04 11:02:26,204 [shard 0:strm] storage_service - entering NORMAL mode
INFO 2025-05-04 11:02:26,204 [shard 0:strm] raft_group0 - finish_setup_after_join: group 0 ID present, loading server info.
INFO 2025-05-04 11:02:26,205 [shard 0:strm] raft_group0 - finish_setup_after_join: SUPPORTS_RAFT feature enabled. Starting internal upgrade-to-raft procedure.
INFO 2025-05-04 11:02:26,205 [shard 0:strm] raft_group0_upgrade - Already upgraded.
INFO 2025-05-04 11:02:26,205 [shard 0:strm] storage_service - Starting the tablet split monitor...
INFO 2025-05-04 11:02:26,206 [shard 0:main] init - starting tracing
INFO 2025-05-04 11:02:26,206 [shard 0:main] init - SSTable data integrity checker is disabled.
INFO 2025-05-04 11:02:26,207 [shard 0:main] init - starting auth service
INFO 2025-05-04 11:02:26,207 [shard 0:main] init - starting auth service
INFO 2025-05-04 11:02:26,212 [shard 0:main] init - starting batchlog manager
INFO 2025-05-04 11:02:26,212 [shard 0:main] init - starting load meter
INFO 2025-05-04 11:02:26,212 [shard 0:main] init - starting cf cache hit rate calculator
INFO 2025-05-04 11:02:26,212 [shard 0:main] init - starting view update backlog broker
INFO 2025-05-04 11:02:26,212 [shard 0:main] init - allow replaying hints
INFO 2025-05-04 11:02:26,212 [shard 0:main] init - Drain hints for nodes that have already left the cluster
INFO 2025-05-04 11:02:26,212 [shard 0:main] init - Launching generate_mv_updates for non system tables
INFO 2025-05-04 11:02:26,213 [shard 0:main] init - starting view builders
INFO 2025-05-04 11:02:26,213 [shard 0:sl:d] cql_server_controller - Starting listening for CQL clients on 172.18.211.157:49042 (unencrypted, non-shard-aware)
INFO 2025-05-04 11:02:26,214 [shard 0:sl:d] cql_server_controller - Starting listening for CQL clients on 172.18.211.157:59042 (unencrypted, shard-aware)
INFO 2025-05-04 11:02:26,214 [shard 0:comp] sstable - Rebuilding bloom filter /var/lib/scylla/data/system_schema/scylla_keyspaces-fa0ea2bd608f3e749b1eb84b46b33adf/me-3gpz_08g2_100ao2it7nxlkn63dl-big-Filter.db: resizing bitset from 3368 bytes to 8 bytes. sstable origin: compaction
INFO 2025-05-04 11:02:26,214 [shard 0:main] init - serving
INFO 2025-05-04 11:02:26,214 [shard 0:main] init - Scylla version 2025.1.2-0.20250422.502c62d91d48 initialization completed.
INFO 2025-05-04 11:02:26,215 [shard 0: gms] raft_topology - raft topology: Refreshing table load stats for DC aliyun_sz that has 1 token owners
Segmentation fault on shard 0, in scheduling group gossip.
Backtrace:
0x50c9d2b
0x50bdeb7
0x50eaf3c
/opt/scylladb/libreloc/libc.so.6+0x40fcf
0x3bf5ee7
0x1b29094
0x2e6d678
0x2e6d5ed
0x2e6ef3a
0x2e7033c
0x2e6ff5b
0x1ae86b8
0x2445090
0x24422bb
0x2033ae6
0x3141957
0x314066c
0x2094889
0x2094262
0x2a6affe
0x2a730ad
/opt/scylladb/libreloc/libc.so.6+0x2a087
/opt/scylladb/libreloc/libc.so.6+0x2a14a
0x3160494
2025-05-04 11:02:27,389 WARN exited: scylla (terminated by SIGSEGV (core dumped); not expected)
Let us know if anything is needed for debugging ?