Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning commitlog - Cannot parse the version of the file: and coredump after removing node from cluster and adding new node with raft #11228

Closed
aleksbykov opened this issue Aug 6, 2022 · 15 comments
Assignees
Labels
Milestone

Comments

@aleksbykov
Copy link
Contributor

Installation details

Kernel Version: 5.15.0-1015-aws
Scylla version (or git commit hash): 5.1.0~dev-20220802.663f2e2a8f81 with build-id d6f523279872624d89a9a451f02d8276f0073cb5
Cluster size: 6 nodes (i3.4xlarge)

Scylla Nodes used in this run:

  • longevity-100gb-4h-master-db-node-4db1e59f-7 (13.53.150.244 | 10.0.2.100) (shards: -1)
  • longevity-100gb-4h-master-db-node-4db1e59f-6 (13.49.224.161 | 10.0.0.162) (shards: 14)
  • longevity-100gb-4h-master-db-node-4db1e59f-5 (16.171.52.111 | 10.0.3.2) (shards: 14)
  • longevity-100gb-4h-master-db-node-4db1e59f-4 (13.51.157.244 | 10.0.2.174) (shards: 14)
  • longevity-100gb-4h-master-db-node-4db1e59f-3 (16.170.172.222 | 10.0.2.230) (shards: 14)
  • longevity-100gb-4h-master-db-node-4db1e59f-2 (13.49.78.213 | 10.0.0.18) (shards: 14)
  • longevity-100gb-4h-master-db-node-4db1e59f-1 (16.170.230.124 | 10.0.1.226) (shards: 14)

OS / Image: ami-0da67a130b28d1222 (aws: eu-north-1)

Test: longevity-100gb-4h-with-raft-test
Test id: 4db1e59f-a58b-4a9f-af8e-5b5d9b285260
Test name: scylla-master/SCT_Raft_Experimental/longevity-100gb-4h-with-raft-test
Test config file(s):

Issue description

Nemesis RemoveNodeandAndNew terminate targe node, then run nodetool repair on each node, then remove node with nodetool removenode, and new one.
During test job, the nemesis after repair operations execute nodetool remove node and node 1 got next error
2022-08-04T17:26:27+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1 !ERR | scylla[7861]: [shard 0] raft_group_registry - Destination raft server not found with id a27f46c0-127a-4eca-acd8-5135943046d3, at: 0x4fa031e 0x4fa0810 0x4fa0b18 0x4be9835 0x3aeef3e 0x3bc4195 0x3bc4f78 0x4c165d4 0x4c179b7 0x4c16c0c 0x4bbccf8 0x4bbc1d1 0x1066fcf 0x106451a /opt/scylladb/libreloc/libc.so.6+0x27b74 0x10633ed

and then when new node 7 was adding to cluster next errors and coredump happened on cluster:

2022-08-04 17:26:49.506 <2022-08-04 17:26:49.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=50720 node=longevity-100gb-4h-master-db-node-4db1e59f-6
2022-08-04T17:26:49+00:00 longevity-100gb-4h-master-db-node-4db1e59f-6  !WARNING | scylla[8167]:  [shard  1] gossip - failure_detector_loop: Send echo to node 10.0.1.226, status = failed: seastar::rpc::timeout_error (rpc call timed out)
2022-08-04 17:26:49.939 <2022-08-04 17:26:49.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=40775 node=longevity-100gb-4h-master-db-node-4db1e59f-2
2022-08-04T17:26:49+00:00 longevity-100gb-4h-master-db-node-4db1e59f-2  !WARNING | scylla[7861]:  [shard  1] gossip - failure_detector_loop: Send echo to node 10.0.1.226, status = failed: seastar::rpc::timeout_error (rpc call timed out)
2022-08-04 17:26:50.135 <2022-08-04 17:26:50.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=56708 node=longevity-100gb-4h-master-db-node-4db1e59f-3
2022-08-04T17:26:50+00:00 longevity-100gb-4h-master-db-node-4db1e59f-3  !WARNING | scylla[7967]:  [shard  2] gossip - failure_detector_loop: Send echo to node 10.0.1.226, status = failed: seastar::rpc::timeout_error (rpc call timed out)
2022-08-04 17:26:50.263 <2022-08-04 17:26:50.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=45929 node=longevity-100gb-4h-master-db-node-4db1e59f-5
2022-08-04T17:26:50+00:00 longevity-100gb-4h-master-db-node-4db1e59f-5  !WARNING | scylla[8094]:  [shard  2] gossip - failure_detector_loop: Send echo to node 10.0.1.226, status = failed: seastar::rpc::timeout_error (rpc call timed out)
2022-08-04T17:29:46+00:00 longevity-100gb-4h-master-db-node-4db1e59f-7  !WARNING | scylla[7755]:  [shard  6] seastar - Creation of perf_event based stall detector failed, falling back to posix timer: std::system_error (error system:13, perf_event_open() failed: Permission denied)
2022-08-04 17:29:46.609 <2022-08-04 17:29:46.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=263 node=longevity-100gb-4h-master-db-node-4db1e59f-7
2022-08-04T17:29:46+00:00 longevity-100gb-4h-master-db-node-4db1e59f-7  !WARNING | scylla[7755]:  [shard 13] seastar - Creation of perf_event based stall detector failed, falling back to posix timer: std::system_error (error system:13, perf_event_open() failed: Permission denied)
2022-08-04 17:29:46.609 <2022-08-04 17:29:46.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=264 node=longevity-100gb-4h-master-db-node-4db1e59f-7
2022-08-04T17:29:46+00:00 longevity-100gb-4h-master-db-node-4db1e59f-7  !WARNING | scylla[7755]:  [shard  0] seastar - Creation of perf_event based stall detector failed, falling back to posix timer: std::system_error (error system:13, perf_event_open() failed: Permission denied)
2022-08-04 17:30:08.586 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=2450 node=longevity-100gb-4h-master-db-node-4db1e59f-7
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-7  !WARNING | scylla[7755]:  [shard  0] gossip - Fail to send EchoMessage to 10.0.1.226: seastar::rpc::closed_error (connection is closed)
2022-08-04 17:30:08.704 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=419ed59d-0b60-436e-9957-2f3d491af146: type=RPC_CONNECTION regex=(^ERROR|!ERR).*rpc - client .*(connection dropped|fail to connect) line_number=57207 node=longevity-100gb-4h-master-db-node-4db1e59f-3
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-3      !ERR | scylla[7967]:  [shard  0] rpc - client 10.0.1.226:7000: client connection dropped: read: Connection reset by peer
2022-08-04 17:30:08.704 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=419ed59d-0b60-436e-9957-2f3d491af146: type=RPC_CONNECTION regex=(^ERROR|!ERR).*rpc - client .*(connection dropped|fail to connect) line_number=41204 node=longevity-100gb-4h-master-db-node-4db1e59f-2
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-2      !ERR | scylla[7861]:  [shard 13] rpc - client 10.0.1.226:52975: server connection dropped: read: Connection reset by peer
2022-08-04 17:30:08.704 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=419ed59d-0b60-436e-9957-2f3d491af146: type=RPC_CONNECTION regex=(^ERROR|!ERR).*rpc - client .*(connection dropped|fail to connect) line_number=41205 node=longevity-100gb-4h-master-db-node-4db1e59f-2
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-2      !ERR | scylla[7861]:  [shard  6] rpc - client 10.0.1.226:58106: server connection dropped: read: Connection reset by peer
2022-08-04 17:30:08.705 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=419ed59d-0b60-436e-9957-2f3d491af146: type=RPC_CONNECTION regex=(^ERROR|!ERR).*rpc - client .*(connection dropped|fail to connect) line_number=41206 node=longevity-100gb-4h-master-db-node-4db1e59f-2
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-2      !ERR | scylla[7861]:  [shard  7] rpc - client 10.0.1.226:56077: server connection dropped: read: Connection reset by peer
2022-08-04 17:30:08.705 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=419ed59d-0b60-436e-9957-2f3d491af146: type=RPC_CONNECTION regex=(^ERROR|!ERR).*rpc - client .*(connection dropped|fail to connect) line_number=41207 node=longevity-100gb-4h-master-db-node-4db1e59f-2
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-2      !ERR | scylla[7861]:  [shard  8] rpc - client 10.0.1.226:52116: server connection dropped: read: Connection reset by peer
2022-08-04 17:30:08.706 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=419ed59d-0b60-436e-9957-2f3d491af146: type=RPC_CONNECTION regex=(^ERROR|!ERR).*rpc - client .*(connection dropped|fail to connect) line_number=41208 node=longevity-100gb-4h-master-db-node-4db1e59f-2
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-2   
2022-08-04 17:30:08.770 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=419ed59d-0b60-436e-9957-2f3d491af146: type=RPC_CONNECTION regex=(^ERROR|!ERR).*rpc - client .*(connection dropped|fail to connect) line_number=51266 node=longevity-100gb-4h-master-db-node-4db1e59f-6
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-6      !ERR | scylla[8167]:  [shard  0] rpc - client 10.0.1.226:7000: client connection dropped: read: Connection reset by peer
2022-08-04 17:30:08.793 <2022-08-04 17:30:08.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=2475 node=longevity-100gb-4h-master-db-node-4db1e59f-7
2022-08-04T17:30:08+00:00 longevity-100gb-4h-master-db-node-4db1e59f-7  !WARNING | scylla[7755]:  [shard  0] database - All nodes can now switch to use the schema commit log. Restart is needed for this to take effect.
2022-08-04 17:30:09.621: (JMXServiceEvent Severity.NORMAL) period_type=end event_id=472c0ba8-1bfa-445e-902f-e9a5dcce5a4a duration=1h47m49s node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04 17:30:09.621: (ScyllaServerStatusEvent Severity.NORMAL) period_type=begin event_id=cbde8998-6ab6-4b99-b8e6-fd713a591a1b node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04 17:30:11.843 <2022-08-04 17:30:11.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=87201 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04T17:30:11+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1  !WARNING | scylla[20264]:  [shard  0] seastar - Creation of perf_event based stall detector failed, falling back to posix timer: std::system_error (error system:13, perf_event_open() failed: Permission denied)
2022-08-04 17:30:13.147 <2022-08-04 17:30:13.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=87210 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04T17:30:13+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1  !WARNING | scylla[20264]:  [shard  5] seastar - Creation of perf_event based stall detector failed, falling back to posix timer: std::system_error (error system:13, perf_event_open() failed: Permission denied)

2022-08-04T17:30:14+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1  !WARNING | scylla[20264]:  [shard  0] commitlog - Cannot parse the version of the file: Recycled-CommitLog-2-18014398509827832.log
2022-08-04 17:30:14.473 <2022-08-04 17:30:14.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=88580 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04T17:30:14+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1  !WARNING | scylla[20264]:  [shard  0] commitlog - Cannot parse the version of the file: Recycled-CommitLog-2-54043195528791805.log
2022-08-04 17:30:14.473 <2022-08-04 17:30:14.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=88581 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04T17:30:14+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1  !WARNING | scylla[20264]:  [shard  0] commitlog - Cannot parse the version of the file: Recycled-CommitLog-2-126100789566719748.log
2022-08-04 17:30:14.474 <2022-08-04 17:30:14.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=88582 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04T17:30:14+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1  !WARNING | scylla[20264]:  [shard  0] commitlog - Cannot parse the version of the file: Recycled-CommitLog-2-144115188076201719.log
2022-08-04 17:30:14.474 <2022-08-04 17:30:14.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=88583 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04T17:30:14+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1  !WARNING | scylla[20264]:  [shard  0] commitlog - Cannot parse the version of the file: Recycled-CommitLog-2-18014398509827834.log
2022-08-04 17:30:14.474 <2022-08-04 17:30:14.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=05525ed3-5231-408c-b386-995d50c82215: type=WARNING regex=(^WARNING|!\s*?WARNING).*\[shard.*\] line_number=88584 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04T17:30:14+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1  !WARNING | scylla[20264]:  [shard  0] commitlog - Cannot parse the version of the file: Recycled-CommitLog-2-54043195528791806.log
  • Restore Monitor Stack command: $ hydra investigate show-monitor 4db1e59f-a58b-4a9f-af8e-5b5d9b285260
  • Restore monitor on AWS instance using Jenkins job
  • Show all stored logs command: $ hydra investigate show-logs 4db1e59f-a58b-4a9f-af8e-5b5d9b285260

Logs:

Jenkins job URL

@aleksbykov
Copy link
Contributor Author

2022-08-04 17:30:47.168 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=41293 node=longevity-100gb-4h-master-db-node-4db1e59f-2
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-2      !ERR | scylla[7861]:  [shard  3] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.169 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=41294 node=longevity-100gb-4h-master-db-node-4db1e59f-2
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-2      !ERR | scylla[7861]:  [shard  3] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.259 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=46546 node=longevity-100gb-4h-master-db-node-4db1e59f-5
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-5      !ERR | scylla[8094]:  [shard  3] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.259 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=46547 node=longevity-100gb-4h-master-db-node-4db1e59f-5
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-5      !ERR | scylla[8094]:  [shard  3] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.263 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=57303 node=longevity-100gb-4h-master-db-node-4db1e59f-3
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-3      !ERR | scylla[7967]:  [shard  3] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.263 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=57304 node=longevity-100gb-4h-master-db-node-4db1e59f-3
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-3      !ERR | scylla[7967]:  [shard  3] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.303 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=51366 node=longevity-100gb-4h-master-db-node-4db1e59f-6
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-6      !ERR | scylla[8167]:  [shard  1] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.303 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=51367 node=longevity-100gb-4h-master-db-node-4db1e59f-6
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-6      !ERR | scylla[8167]:  [shard  1] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.303 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=22497efa-3180-4d34-ba45-d23fbc2c5960: type=UNKNOWN_VERB regex=(unknown verb exception|unknown_verb_error) line_number=51368 node=longevity-100gb-4h-master-db-node-4db1e59f-6
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-6      !ERR | scylla[8167]:  [shard  1] direct_failure_detector - unexpected exception when pinging 6: seastar::rpc::unknown_verb_error (unknown verb)
2022-08-04 17:30:47.637 <2022-08-04 17:30:47.000>: (DatabaseLogEvent Severity.ERROR) period_type=one-time event_id=6c9f47f8-b486-482d-bffd-0236cd22322e: type=DATABASE_ERROR regex=(^ERROR|!\s*?ERR).*\[shard.*\] line_number=3138 node=longevity-100gb-4h-master-db-node-4db1e59f-7
2022-08-04T17:30:47+00:00 longevity-100gb-4h-master-db-node-4db1e59f-7      !ERR | scylla[7755]:  [shard  0] init - Startup failed: exceptions::unavailable_exception (Cannot achieve consistency level for cl ALL. Requires 5, alive 4)
2022-08-04 17:30:50.822: (JMXServiceEvent Severity.NORMAL) period_type=begin event_id=ee33bc7d-b7e9-43bc-84cd-58fc9b809723 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04 17:30:53.225 <2022-08-04 17:30:53.000>: (DatabaseLogEvent Severity.WARNING) period_type=one-time event_id=419ed59d-0b60-436e-9957-2f3d491af146: type=RPC_CONNECTION regex=(^ERROR|!ERR).*rpc - client .*(connection dropped|fail to connect) line_number=51393 node=longevity-100gb-4h-master-db-node-4db1e59f-6
2022-08-04T17:30:53+00:00 longevity-100gb-4h-master-db-node-4db1e59f-6      !ERR | scylla[8167]:  [shard  2] rpc - client 10.0.1.226:7000: client connection dropped: read: Connection reset by peer
2022-08-04 17:26:27.084 <2022-08-04 17:26:27.000>: (DatabaseLogEvent Severity.ERROR) period_type=one-time event_id=791969eb-8e45-46ff-a7d8-ce4167b65e37: type=ABORTING_ON_SHARD regex=Aborting on shard line_number=86986 node=longevity-100gb-4h-master-db-node-4db1e59f-1
2022-08-04T17:26:27+00:00 longevity-100gb-4h-master-db-node-4db1e59f-1     !INFO | scylla[7861]: Aborting on shard 0.
void seastar::backtrace<seastar::backtrace_buffer::append_backtrace()::{lambda(seastar::frame)#1}>(seastar::backtrace_buffer::append_backtrace()::{lambda(seastar::frame)#1}&&) at ./build/release/seastar/./seastar/include/seastar/util/backtrace.hh:59
 (inlined by) seastar::backtrace_buffer::append_backtrace() at ./build/release/seastar/./seastar/src/core/reactor.cc:760
 (inlined by) seastar::print_with_backtrace(seastar::backtrace_buffer&, bool) at ./build/release/seastar/./seastar/src/core/reactor.cc:790
seastar::print_with_backtrace(char const*, bool) at ./build/release/seastar/./seastar/src/core/reactor.cc:802
 (inlined by) seastar::sigabrt_action() at ./build/release/seastar/./seastar/src/core/reactor.cc:3672
 (inlined by) operator() at ./build/release/seastar/./seastar/src/core/reactor.cc:3648
 (inlined by) __invoke at ./build/release/seastar/./seastar/src/core/reactor.cc:3644
?? ??:0
?? ??:0
?? ??:0
seastar::on_internal_error(seastar::logger&, std::basic_string_view<char, std::char_traits<char> >) at ./build/release/seastar/./seastar/src/core/on_internal_error.cc:39
service::raft_address_map<seastar::lowres_clock>::get_inet_address(raft::internal::tagged_id<raft::server_id_tag>) const at ././service/raft/raft_address_map.hh:346
 (inlined by) service::raft_rpc::send_append_entries(raft::internal::tagged_id<raft::server_id_tag>, raft::append_request const&) at ./service/raft/raft_rpc.cc:37
operator() at ./raft/server.cc:738
_ZSt13__invoke_implIN7seastar6futureIvEERZZN4raft11server_impl12send_messageISt7variantIJNS3_14append_requestENS3_12append_replyENS3_12vote_requestENS3_10vote_replyENS3_16install_snapshotENS3_14snapshot_replyENS3_11timeout_nowENS3_11read_quorumENS3_17read_quorum_replyEEEEEvNS3_8internal9tagged_idINS3_13server_id_tagEEET_ENKUlOSL_E_clIS7_EEDaSM_EUlvE_JEESL_St14__invoke_otherOT0_DpOT1_ at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:61
 (inlined by) _ZSt8__invokeIRZZN4raft11server_impl12send_messageISt7variantIJNS0_14append_requestENS0_12append_replyENS0_12vote_requestENS0_10vote_replyENS0_16install_snapshotENS0_14snapshot_replyENS0_11timeout_nowENS0_11read_quorumENS0_17read_quorum_replyEEEEEvNS0_8internal9tagged_idINS0_13server_id_tagEEET_ENKUlOSI_E_clIS4_EEDaSJ_EUlvE_JEENSt15__invoke_resultISI_JDpT0_EE4typeESJ_DpOSP_ at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:96
 (inlined by) _ZSt6invokeIRZZN4raft11server_impl12send_messageISt7variantIJNS0_14append_requestENS0_12append_replyENS0_12vote_requestENS0_10vote_replyENS0_16install_snapshotENS0_14snapshot_replyENS0_11timeout_nowENS0_11read_quorumENS0_17read_quorum_replyEEEEEvNS0_8internal9tagged_idINS0_13server_id_tagEEET_ENKUlOSI_E_clIS4_EEDaSJ_EUlvE_JEENSt13invoke_resultISI_JDpT0_EE4typeESJ_DpOSP_ at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/functional:97
 (inlined by) _ZN7seastar8internal13future_invokeIRZZN4raft11server_impl12send_messageISt7variantIJNS2_14append_requestENS2_12append_replyENS2_12vote_requestENS2_10vote_replyENS2_16install_snapshotENS2_14snapshot_replyENS2_11timeout_nowENS2_11read_quorumENS2_17read_quorum_replyEEEEEvNS2_8internal9tagged_idINS2_13server_id_tagEEET_ENKUlOSK_E_clIS6_EEDaSL_EUlvE_NS0_9monostateEEEDaSL_OT0_ at ././seastar/include/seastar/core/future.hh:1223
 (inlined by) operator() at ././seastar/include/seastar/core/future.hh:1596
 (inlined by) _ZN7seastar8futurizeINS_6futureIvEEE22satisfy_with_result_ofIZZNS2_14then_impl_nrvoIZZN4raft11server_impl12send_messageISt7variantIJNS6_14append_requestENS6_12append_replyENS6_12vote_requestENS6_10vote_replyENS6_16install_snapshotENS6_14snapshot_replyENS6_11timeout_nowENS6_11read_quorumENS6_17read_quorum_replyEEEEEvNS6_8internal9tagged_idINS6_13server_id_tagEEET_ENKUlOSO_E_clISA_EEDaSP_EUlvE_S2_EET0_SP_ENKUlONS_8internal22promise_base_with_typeIvEERSS_ONS_12future_stateINSU_9monostateEEEE_clESX_SY_S12_EUlvE_EEvSX_SP_ at ././seastar/include/seastar/core/future.hh:2134
 (inlined by) operator() at ././seastar/include/seastar/core/future.hh:1589
 (inlined by) _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN4raft11server_impl12send_messageISt7variantIJNS4_14append_requestENS4_12append_replyENS4_12vote_requestENS4_10vote_replyENS4_16install_snapshotENS4_14snapshot_replyENS4_11timeout_nowENS4_11read_quorumENS4_17read_quorum_replyEEEEEvNS4_8internal9tagged_idINS4_13server_id_tagEEET_ENKUlOSM_E_clIS8_EEDaSN_EUlvE_ZNS_6futureIvE14then_impl_nrvoISQ_SS_EET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vE15run_and_disposeEv at ././seastar/include/seastar/core/future.hh:781
seastar::reactor::run_tasks(seastar::reactor::task_queue&) at ./build/release/seastar/./seastar/src/core/reactor.cc:2345
 (inlined by) seastar::reactor::run_some_tasks() at ./build/release/seastar/./seastar/src/core/reactor.cc:2752
seastar::reactor::do_run() at ./build/release/seastar/./seastar/src/core/reactor.cc:2921
seastar::reactor::run() at ./build/release/seastar/./seastar/src/core/reactor.cc:2804
seastar::app_template::run_deprecated(int, char**, std::function<void ()>&&) at ./build/release/seastar/./seastar/src/core/app-template.cc:265
seastar::app_template::run(int, char**, std::function<seastar::future<int> ()>&&) at ./build/release/seastar/./seastar/src/core/app-template.cc:156
scylla_main(int, char**) at ./main.cc:540
std::function<int (int, char**)>::operator()(int, char**) const at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/std_function.h:590
 (inlined by) main at ./main.cc:1659
?? ??:0
_start at ??:?

Coredump

2022-08-04 18:50:43.978 <2022-08-04 17:26:26.000>: (CoreDumpEvent Severity.ERROR) period_type=one-time event_id=a2e34498-2afd-479f-93ec-44213b337372 node=Node longevity-100gb-4h-master-db-node-4db1e59f-1 [16.170.230.124 | 10.0.1.226] (seed: True)
corefile_url=https://storage.cloud.google.com/upload.scylladb.com/core.scylla.113.9bbbcd38beb1479e9430ca0882480674.7861.1659633986000000000000/core.scylla.113.9bbbcd38beb1479e9430ca0882480674.7861.1659633986000000000000.gz
backtrace=           PID: 7861 (scylla)
           UID: 113 (scylla)
           GID: 119 (scylla)
        Signal: 6 (ABRT)
     Timestamp: Thu 2022-08-04 17:26:26 UTC (4min 28s ago)
  Command Line: /usr/bin/scylla --blocked-reactor-notify-ms 100 --abort-on-lsa-bad-alloc 1 --abort-on-seastar-bad-alloc --abort-on-internal-error 1 --abort-on-ebadf 1 --enable-sstable-key-validation 1 --log-to-syslog 1 --log-to-stdout 0 --default-log-level info --network-stack posix --io-properties-file=/etc/scylla.d/io_properties.yaml --cpuset 1-7,9-15 --lock-memory=1
    Executable: /opt/scylladb/libexec/scylla
 Control Group: /scylla.slice/scylla-server.slice/scylla-server.service
          Unit: scylla-server.service
         Slice: scylla-server.slice
       Boot ID: 9bbbcd38beb1479e9430ca0882480674
    Machine ID: c40b0b0ef7134739ad2599ac768447f5
      Hostname: longevity-100gb-4h-master-db-node-4db1e59f-1
       Storage: /var/lib/systemd/coredump/core.scylla.113.9bbbcd38beb1479e9430ca0882480674.7861.1659633986000000000000
       Message: Process 7861 (scylla) of user 113 dumped core.
                
                Stack trace of thread 7861:
                #0  0x00007f495cc432a2 raise (libc.so.6 + 0x3d2a2)
                #1  0x00007f495cc2c8a4 abort (libc.so.6 + 0x268a4)
                #2  0x0000000004be989f _ZN7seastar17on_internal_errorERNS_6loggerESt17basic_string_viewIcSt11char_traitsIcEE (scylla + 0x49e989f)
                #3  0x0000000003aeef3f _ZN7service8raft_rpc19send_append_entriesEN4raft8internal9tagged_idINS1_13server_id_tagEEERKNS1_14append_requestE (scylla + 0x38eef3f)
                #4  0x0000000003bc4196 _ZZZN4raft11server_impl12send_messageISt7variantIJNS_14append_requestENS_12append_replyENS_12vote_requestENS_10vote_replyENS_16install_snapshotENS_14snapshot_replyENS_11timeout_nowENS_11read_quorumENS_17read_quorum_replyEEEEEvNS_8internal9tagged_idINS_13server_id_tagEEET_ENKUlOSH_E_clIS3_EEDaSI_ENKUlvE_clEv (scylla + 0x39c4196)
                #5  0x0000000003bc4f79 _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN4raft11server_impl12send_messageISt7variantIJNS4_14append_requestENS4_12append_replyENS4_12vote_requestENS4_10vote_replyENS4_16install_snapshotENS4_14snapshot_replyENS4_11timeout_nowENS4_11read_quorumENS4_17read_quorum_replyEEEEEvNS4_8internal9tagged_idINS4_13server_id_tagEEET_ENKUlOSM_E_clIS8_EEDaSN_EUlvE_ZNS_6futureIvE14then_impl_nrvoISQ_SS_EET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vE15run_and_disposeEv (scylla + 0x39c4f79)
                #6  0x0000000004c165d5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4a165d5)
                #7  0x0000000004c179b8 _ZN7seastar7reactor6do_runEv (scylla + 0x4a179b8)
                #8  0x0000000004c16c0d _ZN7seastar7reactor3runEv (scylla + 0x4a16c0d)
                #9  0x0000000004bbccf9 _ZN7seastar12app_template14run_deprecatedEiPPcOSt8functionIFvvEE (scylla + 0x49bccf9)
                #10 0x0000000004bbc1d2 _ZN7seastar12app_template3runEiPPcOSt8functionIFNS_6futureIiEEvEE (scylla + 0x49bc1d2)
                #11 0x0000000001066fd0 _ZL11scylla_mainiPPc (scylla + 0xe66fd0)
                #12 0x000000000106451b main (scylla + 0xe6451b)
                #13 0x00007f495cc2db75 __libc_start_main (libc.so.6 + 0x27b75)
                #14 0x00000000010633ee _start (scylla + 0xe633ee)
                
                Stack trace of thread 7879:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7886:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7880:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7888:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7884:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7867:
                #0  0x00007f495d7eb71d sendmsg (libpthread.so.0 + 0x1371d)
                #1  0x0000000004c51d9c _ZN7seastar9file_desc7sendmsgEPK6msghdri (scylla + 0x4a51d9c)
                #2  0x0000000004bfe0d3 _ZN7seastar7reactor13do_write_someERNS_17pollable_fd_stateERNS_3net6packetE (scylla + 0x49fe0d3)
                #3  0x0000000004c5b49d _ZN7seastar19reactor_backend_aio10write_someERNS_17pollable_fd_stateERNS_3net6packetE (scylla + 0x4a5b49d)
                #4  0x0000000004bfe678 _ZN7seastar17pollable_fd_state9write_allERNS_3net6packetE (scylla + 0x49fe678)
                #5  0x0000000004f245d4 _ZN7seastar3net20posix_data_sink_impl3putENS0_6packetE (scylla + 0x4d245d4)
                #6  0x0000000004bf30a9 _ZN7seastar9data_sink3putENS_3net6packetE (scylla + 0x49f30a9)
                #7  0x0000000004c3eb14 _ZN7seastar13output_streamIcE10poll_flushEv (scylla + 0x4a3eb14)
                #8  0x0000000004c5463a _ZN7seastar7reactor18batch_flush_pollfn4pollEv (scylla + 0x4a5463a)
                #9  0x0000000004c35ba9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4a35ba9)
                #10 0x0000000004c17a02 _ZN7seastar7reactor6do_runEv (scylla + 0x4a17a02)
                #11 0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #12 0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #13 0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #14 0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7882:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7890:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7887:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7885:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7869:
                #0  0x0000000004f9ce7c _ZZN7seastar6futureINS_16temporary_bufferIcEEE14then_impl_nrvoIZNS_3rpc10connection10read_frameINS5_26request_frame_with_timeoutEEENT_11return_typeENS_14socket_addressERNS_12input_streamIcEEEUlS2_E_NS0_ISt5tupleIJSt8optionalImEmlSH_INS5_7rcv_bufEEEEEEEET0_OS9_ENKUlONS_8internal22promise_base_with_typeISL_EERSF_ONS_12future_stateIS2_EEE_clESS_ST_SW_ (scylla + 0x4d9ce7c)
                #1  0x0000000004f9cd6f _ZN7seastar12continuationINS_8internal22promise_base_with_typeISt5tupleIJSt8optionalImEmlS4_INS_3rpc7rcv_bufEEEEEEZNS6_10connection10read_frameINS6_26request_frame_with_timeoutEEENT_11return_typeENS_14socket_addressERNS_12input_streamIcEEEUlNS_16temporary_bufferIcEEE_ZNS_6futureISL_E14then_impl_nrvoISM_NSN_IS9_EEEET0_OSE_EUlOSA_RSM_ONS_12future_stateISL_EEE_SL_E15run_and_disposeEv (scylla + 0x4d9cd6f)
                #2  0x0000000004c165d5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4a165d5)
                #3  0x0000000004c179b8 _ZN7seastar7reactor6do_runEv (scylla + 0x4a179b8)
                #4  0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #5  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #6  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #7  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7862:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c3cc0c _ZN7seastar9file_desc4readEPvm (scylla + 0x4a3cc0c)
                #2  0x0000000004c5a3eb _ZN7seastar25task_quota_aio_completion13complete_withEl (scylla + 0x4a5a3eb)
                #3  0x0000000004c5a6fc _ZN7seastar18preempt_io_context24reset_preemption_monitorEv (scylla + 0x4a5a6fc)
                #4  0x0000000004c164a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4a164a0)
                #5  0x0000000004c179b8 _ZN7seastar7reactor6do_runEv (scylla + 0x4a179b8)
                #6  0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #7  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #8  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #9  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7891:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7871:
                #0  0x00007f495d7ea8af __write (libpthread.so.0 + 0x128af)
                #1  0x0000000004c1c367 _ZN7seastar17writeable_eventfd6signalEm (scylla + 0x4a1c367)
                #2  0x0000000004c190c4 _ZN7seastar18syscall_work_queue11submit_itemESt10unique_ptrINS0_9work_itemESt14default_deleteIS2_EE (scylla + 0x4a190c4)
                #3  0x0000000004bb9aba _ZN7seastar18syscall_work_queue6submitINS_14syscall_resultIlEEEENS_6futureIT_EENS_20noncopyable_functionIFS5_vEEE (scylla + 0x49b9aba)
                #4  0x0000000004bb0bae _ZZZN7seastar15posix_file_impl14list_directoryESt8functionIFNS_6futureIvEENS_15directory_entryEEEENK3$_7clEvENKUlvE0_clEv (scylla + 0x49b0bae)
                #5  0x0000000004bb0877 _ZZN7seastar15posix_file_impl14list_directoryESt8functionIFNS_6futureIvEENS_15directory_entryEEEENK3$_7clEv (scylla + 0x49b0877)
                #6  0x0000000004ba8024 _ZN7seastar15posix_file_impl14list_directoryESt8functionIFNS_6futureIvEENS_15directory_entryEEE (scylla + 0x49a8024)
                #7  0x0000000001321bdd _ZN17checked_file_impl14list_directoryESt8functionIFN7seastar6futureIvEENS1_15directory_entryEEE (scylla + 0x1121bdd)
                #8  0x0000000004bae0b0 _ZN7seastar4file14list_directoryESt8functionIFNS_6futureIvEENS_15directory_entryEEE (scylla + 0x49ae0b0)
                #9  0x00000000036acb4f _ZN7seastar21lw_shared_ptr_no_esftI6listerEC2IJNS_4fileEKSt13unordered_setINS_20directory_entry_typeENS_9enum_hashIS6_EESt8equal_toIS6_ESaIS6_EEKSt8functionIFNS_6futureIvEENSt10filesystem7__cxx114pathENS_15directory_entryEEEKSE_IFbRKSJ_RKSK_EESO_RKNS_10bool_classINS1_15show_hidden_tagEEEEEEDpOT_ (scylla + 0x34acb4f)
                #10 0x00000000036ad355 _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZN6lister8scan_dirENSt10filesystem7__cxx114pathESt13unordered_setINS_20directory_entry_typeENS_9enum_hashIS9_EESt8equal_toIS9_ESaIS9_EENS_10bool_classINS4_15show_hidden_tagEEESt8functionIFNS_6futureIvEES7_NS_15directory_entryEEESJ_IFbRKS7_RKSM_EEE3$_4ZNSK_INS_4fileEE14then_impl_nrvoISV_SL_EET0_OT_EUlOS3_RSV_ONS_12future_stateISW_EEE_SW_E15run_and_disposeEv (scylla + 0x34ad355)
                #11 0x0000000004c165d5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4a165d5)
                #12 0x0000000004c179b8 _ZN7seastar7reactor6do_runEv (scylla + 0x4a179b8)
                #13 0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #14 0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #15 0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #16 0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7870:
                #0  0x0000000004c258b8 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4a258b8)
                #1  0x0000000004c541fb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4a541fb)
                #2  0x0000000004c35ba9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4a35ba9)
                #3  0x0000000004c17a02 _ZN7seastar7reactor6do_runEv (scylla + 0x4a17a02)
                #4  0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #5  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #6  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #7  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7889:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7865:
                #0  0x0000000004c258b8 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4a258b8)
                #1  0x0000000004c541fb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4a541fb)
                #2  0x0000000004c35ba9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4a35ba9)
                #3  0x0000000004c17a02 _ZN7seastar7reactor6do_runEv (scylla + 0x4a17a02)
                #4  0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #5  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #6  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #7  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7864:
                #0  0x0000000004c258b8 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4a258b8)
                #1  0x0000000004c541fb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4a541fb)
                #2  0x0000000004c35ba9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4a35ba9)
                #3  0x0000000004c17a02 _ZN7seastar7reactor6do_runEv (scylla + 0x4a17a02)
                #4  0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #5  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #6  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #7  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7883:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7892:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7872:
                #0  0x000000000147a71f _ZN16atomic_cell_type9make_liveI14fragment_rangeI24managed_bytes_basic_viewIL12mutable_view0EEEEE13managed_byteslRKT_ (scylla + 0x127a71f)
                #1  0x000000000147a31f _ZN11atomic_cell9make_liveERK13abstract_typel24managed_bytes_basic_viewIL12mutable_view0EEN7seastar10bool_classINS_21collection_member_tagEEE (scylla + 0x127a31f)
                #2  0x0000000001f26bf1 _ZN4cql39constants6setter7executeER8mutationRK21clustering_key_prefixRKNS_17update_parametersE (scylla + 0x1d26bf1)
                #3  0x0000000002117953 _ZNK4cql310statements16update_statement26execute_operations_for_keyER8mutationRK21clustering_key_prefixRKNS_17update_parametersERKSt8optionalISt13unordered_mapIN7seastar13basic_sstringIcjLj15ELb1EEESA_INSD_IajLj31ELb0EEEESt4hashISE_ESt8equal_toISE_ESaISt4pairIKSE_SG_EEEE (scylla + 0x1f17953)
                #4  0x000000000211852f _ZNK4cql310statements16update_statement18add_update_for_keyER8mutationRK20nonwrapping_intervalI21clustering_key_prefixERKNS_17update_parametersERKSt8optionalISt13unordered_mapIN7seastar13basic_sstringIcjLj15ELb1EEESC_INSF_IajLj31ELb0EEEESt4hashISG_ESt8equal_toISG_ESaISt4pairIKSG_SI_EEEE (scylla + 0x1f1852f)
                #5  0x00000000020eda06 _ZNK4cql310statements22modification_statement13apply_updatesERKSt6vectorI20nonwrapping_intervalIN3dht13ring_positionEESaIS6_EERKS2_IS3_I21clustering_key_prefixESaISC_EERKNS_17update_parametersERKSt8optionalISt13unordered_mapIN7seastar13basic_sstringIcjLj15ELb1EEESK_INSN_IajLj31ELb0EEEESt4hashISO_ESt8equal_toISO_ESaISt4pairIKSO_SQ_EEEE (scylla + 0x1eeda06)
                #6  0x00000000020ea524 _ZNK4cql310statements22modification_statement13get_mutationsERNS_15query_processorERKNS_13query_optionsENSt6chrono10time_pointIN7seastar12lowres_clockENS7_8durationIlSt5ratioILl1ELl1000000000EEEEEEblRN7service11query_stateE (scylla + 0x1eea524)
                #7  0x00000000020f37a7 _ZNK4cql310statements22modification_statement25execute_without_conditionERNS_15query_processorERN7service11query_stateERKNS_13query_optionsE (scylla + 0x1ef37a7)
                #8  0x00000000020f0996 _ZNK4cql310statements22modification_statement10do_executeERNS_15query_processorERN7service11query_stateERKNS_13query_optionsE (scylla + 0x1ef0996)
                #9  0x00000000020fd4c8 _ZN7seastar20noncopyable_functionIFNS_6futureINS_10shared_ptrIN13cql_transport8messages14result_messageEEEEEPKN4cql310statements22modification_statementERNS8_15query_processorERN7service11query_stateERKNS8_13query_optionsEEE17direct_vtable_forISt7_Mem_fnIMSA_KFS7_SE_SH_SK_EEE4callEPKSM_SC_SE_SH_SK_ (scylla + 0x1efd4c8)
                #10 0x00000000020fd50d _ZN7seastar20noncopyable_functionIFNS_6futureINS_10shared_ptrIN13cql_transport8messages14result_messageEEEEEPKN4cql310statements22modification_statementERNS8_15query_processorERN7service11query_stateERKNS8_13query_optionsEEE17direct_vtable_forIZNS_35inheriting_concrete_execution_stageIS7_JSC_SE_SH_SK_EE20make_stage_for_groupENS_16scheduling_groupEEUlSC_SE_SH_SK_E_E4callEPKSM_SC_SE_SH_SK_ (scylla + 0x1efd50d)
                #11 0x00000000020fa985 _ZN7seastar24concrete_execution_stageINS_6futureINS_10shared_ptrIN13cql_transport8messages14result_messageEEEEEJPKN4cql310statements22modification_statementERNS8_15query_processorERN7service11query_stateERKNS8_13query_optionsEEE8do_flushEv (scylla + 0x1efa985)
                #12 0x0000000004bc8656 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_1E15run_and_disposeEv (scylla + 0x49c8656)
                #13 0x0000000004c165d5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4a165d5)
                #14 0x0000000004c179b8 _ZN7seastar7reactor6do_runEv (scylla + 0x4a179b8)
                #15 0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #16 0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #17 0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #18 0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7863:
                #0  0x00007f495cd697f6 __memmove_avx_unaligned_erms (libc.so.6 + 0x1637f6)
                #1  0x00000000025fc388 _ZN7service13hint_mutation14apply_remotelyERNS_13storage_proxyEN3gms12inet_addressEON5utils12small_vectorIS4_Lm3EEEmNSt6chrono10time_pointIN7seastar12lowres_clockENS9_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSN_19account_and_enforceEEE (scylla + 0x23fc388)
                #2  0x000000000252fd4e _ZN7service13storage_proxy22send_to_live_endpointsEmNSt6chrono10time_pointIN7seastar12lowres_clockENS1_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x232fd4e)
                #3  0x000000000251030c _ZN7service13storage_proxy12mutate_beginEN5utils12small_vectorINS0_23unique_response_handlerELm1EEEN2db17consistency_levelEN7tracing15trace_state_ptrESt8optionalINSt6chrono10time_pointIN7seastar12lowres_clockENSA_8durationIlSt5ratioILl1ELl1000000000EEEEEEE (scylla + 0x231030c)
                #4  0x000000000261d4fb _ZN7seastar8futurizeINS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEE6invokeIRZN7service13storage_proxy15mutate_internalISt5arrayINSI_12hint_wrapperELm1EEEESF_T_N2db17consistency_levelEbN7tracing15trace_state_ptrE14service_permitSt8optionalINSt6chrono10time_pointINS_12lowres_clockENSV_8durationIlSt5ratioILl1ELl1000000000EEEEEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEENS_10bool_classINSP_34allow_per_partition_rate_limit_tagEEEEUlNS5_12small_vectorINSJ_23unique_response_handlerELm1EEEE_JS1D_EEESF_OSO_DpOT0_ (scylla + 0x241d4fb)
                #5  0x000000000252e1e9 _ZN7service13storage_proxy15mutate_internalISt5arrayINS_12hint_wrapperELm1EEEEN7seastar6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENSC_22read_timeout_exceptionENSC_22read_failure_exceptionENSC_20rate_limit_exceptionEEEENSA_32exception_container_throw_policyEEEEET_N2db17consistency_levelEbN7tracing15trace_state_ptrE14service_permitSt8optionalINSt6chrono10time_pointINS5_12lowres_clockENSS_8durationIlSt5ratioILl1ELl1000000000EEEEEEENS5_13lw_shared_ptrIN3cdc24operation_result_trackerEEENS5_10bool_classINSM_34allow_per_partition_rate_limit_tagEEE (scylla + 0x232e1e9)
                #6  0x000000000252cac9 _ZN7service13storage_proxy25send_hint_to_all_replicasE26frozen_mutation_and_schema (scylla + 0x232cac9)
                #7  0x0000000002baaf73 _ZN2db5hints7manager23end_point_hints_manager6sender20do_send_one_mutationE26frozen_mutation_and_schemaRKN5utils12small_vectorIN3gms12inet_addressELm3EEE (scylla + 0x29aaf73)
                #8  0x0000000002be4c92 _ZZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintEN7seastar13lw_shared_ptrINS3_17send_one_file_ctxEEE27fragmented_temporary_bufferNS_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS4_13basic_sstringIcjLj15ELb1EEEEN4$_22clINS4_15semaphore_unitsINS4_33named_semaphore_exception_factoryENSA_3_V212steady_clockEEEEEDaT_ (scylla + 0x29e4c92)
                #9  0x0000000002baf218 _ZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintEN7seastar13lw_shared_ptrINS3_17send_one_file_ctxEEE27fragmented_temporary_bufferNS_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS4_13basic_sstringIcjLj15ELb1EEE (scylla + 0x29af218)
                #10 0x0000000002beaf21 _ZZN2db5hints7manager23end_point_hints_manager6sender13send_one_fileERKN7seastar13basic_sstringIcjLj15ELb1EEEENK4$_25clENS_9commitlog26buffer_and_replay_positionE (scylla + 0x29eaf21)
                #11 0x0000000002bea8b5 _ZNSt17_Function_handlerIFN7seastar6futureIvEEN2db9commitlog26buffer_and_replay_positionEEZNS3_5hints7manager23end_point_hints_manager6sender13send_one_fileERKNS0_13basic_sstringIcjLj15ELb1EEEE4$_25E9_M_invokeERKSt9_Any_dataOS5_ (scylla + 0x29ea8b5)
                #12 0x0000000002b0703e _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work7produceES8_ (scylla + 0x290703e)
                #13 0x0000000002b08187 _ZNSt17_Function_handlerIFN7seastar6futureIvEEN2db9commitlog26buffer_and_replay_positionEjESt5_BindIFMZNS4_13read_log_fileENS0_13basic_sstringIcjLj15ELb1EEES9_NS0_17io_priority_classESt8functionIFS2_S5_EEjPKNS3_10extensionsEE4workFS2_S5_EPSH_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataOS5_Oj (scylla + 0x2908187)
                #14 0x0000000002b047af _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work13do_read_entryES5_IFS7_S8_jEE (scylla + 0x29047af)
                #15 0x0000000002b4c4d8 _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work10read_chunkEv.resume (scylla + 0x294c4d8)
                #16 0x0000000004c165d5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4a165d5)
                #17 0x0000000004c179b8 _ZN7seastar7reactor6do_runEv (scylla + 0x4a179b8)
                #18 0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #19 0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #20 0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #21 0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7873:
                #0  0x0000000004bd96f3 _ZN7seastar6memory8allocateEm (scylla + 0x49d96f3)
                #1  0x0000000004bdc3d6 malloc (scylla + 0x49dc3d6)
                #2  0x0000000004ec6d43 _ZN7seastar16temporary_bufferIcEC2Em (scylla + 0x4cc6d43)
                #3  0x0000000004f730c9 _ZN7seastar3rpc7snd_bufC1Em (scylla + 0x4d730c9)
                #4  0x00000000030d3a35 _ZZN7seastar3rpc11send_helperIN4netw10serializerENS2_14messaging_verbENS0_12no_wait_typeEJ15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESA_jmSt8optionalIN7tracing10trace_infoEEEEEDaT0_NS0_9signatureIFT1_DpT2_EEEEN7shelper4sendERNS0_6clientESC_INSt6chrono10time_pointINS_12lowres_clockENSQ_8durationIlSt5ratioILl1ELl1000000000EEEEEEEPNS0_11cancellableERKS6_RKSB_RKSA_RKjRKmRKSF_ (scylla + 0x2ed3a35)
                #5  0x000000000305d804 _ZN3ser23storage_proxy_rpc_verbs18send_hint_mutationEPN4netw17messaging_serviceENS1_8msg_addrENSt6chrono10time_pointIN7seastar12lowres_clockENS5_8durationIlSt5ratioILl1ELl1000000000EEEEEE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESI_jmSt8optionalIN7tracing10trace_infoEE (scylla + 0x2e5d804)
                #6  0x00000000025fc7ee _ZN7service13hint_mutation14apply_remotelyERNS_13storage_proxyEN3gms12inet_addressEON5utils12small_vectorIS4_Lm3EEEmNSt6chrono10time_pointIN7seastar12lowres_clockENS9_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSN_19account_and_enforceEEE (scylla + 0x23fc7ee)
                #7  0x000000000252fd4e _ZN7service13storage_proxy22send_to_live_endpointsEmNSt6chrono10time_pointIN7seastar12lowres_clockENS1_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x232fd4e)
                #8  0x000000000251030c _ZN7service13storage_proxy12mutate_beginEN5utils12small_vectorINS0_23unique_response_handlerELm1EEEN2db17consistency_levelEN7tracing15trace_state_ptrESt8optionalINSt6chrono10time_pointIN7seastar12lowres_clockENSA_8durationIlSt5ratioILl1ELl1000000000EEEEEEE (scylla + 0x231030c)
                #9  0x000000000261d4fb _ZN7seastar8futurizeINS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEE6invokeIRZN7service13storage_proxy15mutate_internalISt5arrayINSI_12hint_wrapperELm1EEEESF_T_N2db17consistency_levelEbN7tracing15trace_state_ptrE14service_permitSt8optionalINSt6chrono10time_pointINS_12lowres_clockENSV_8durationIlSt5ratioILl1ELl1000000000EEEEEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEENS_10bool_classINSP_34allow_per_partition_rate_limit_tagEEEEUlNS5_12small_vectorINSJ_23unique_response_handlerELm1EEEE_JS1D_EEESF_OSO_DpOT0_ (scylla + 0x241d4fb)
                #10 0x000000000252e1e9 _ZN7service13storage_proxy15mutate_internalISt5arrayINS_12hint_wrapperELm1EEEEN7seastar6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENSC_22read_timeout_exceptionENSC_22read_failure_exceptionENSC_20rate_limit_exceptionEEEENSA_32exception_container_throw_policyEEEEET_N2db17consistency_levelEbN7tracing15trace_state_ptrE14service_permitSt8optionalINSt6chrono10time_pointINS5_12lowres_clockENSS_8durationIlSt5ratioILl1ELl1000000000EEEEEEENS5_13lw_shared_ptrIN3cdc24operation_result_trackerEEENS5_10bool_classINSM_34allow_per_partition_rate_limit_tagEEE (scylla + 0x232e1e9)
                #11 0x000000000252cac9 _ZN7service13storage_proxy25send_hint_to_all_replicasE26frozen_mutation_and_schema (scylla + 0x232cac9)
                #12 0x0000000002baaf73 _ZN2db5hints7manager23end_point_hints_manager6sender20do_send_one_mutationE26frozen_mutation_and_schemaRKN5utils12small_vectorIN3gms12inet_addressELm3EEE (scylla + 0x29aaf73)
                #13 0x0000000002be4c92 _ZZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintEN7seastar13lw_shared_ptrINS3_17send_one_file_ctxEEE27fragmented_temporary_bufferNS_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS4_13basic_sstringIcjLj15ELb1EEEEN4$_22clINS4_15semaphore_unitsINS4_33named_semaphore_exception_factoryENSA_3_V212steady_clockEEEEEDaT_ (scylla + 0x29e4c92)
                #14 0x0000000002baf218 _ZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintEN7seastar13lw_shared_ptrINS3_17send_one_file_ctxEEE27fragmented_temporary_bufferNS_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS4_13basic_sstringIcjLj15ELb1EEE (scylla + 0x29af218)
                #15 0x0000000002beaf21 _ZZN2db5hints7manager23end_point_hints_manager6sender13send_one_fileERKN7seastar13basic_sstringIcjLj15ELb1EEEENK4$_25clENS_9commitlog26buffer_and_replay_positionE (scylla + 0x29eaf21)
                #16 0x0000000002bea8b5 _ZNSt17_Function_handlerIFN7seastar6futureIvEEN2db9commitlog26buffer_and_replay_positionEEZNS3_5hints7manager23end_point_hints_manager6sender13send_one_fileERKNS0_13basic_sstringIcjLj15ELb1EEEE4$_25E9_M_invokeERKSt9_Any_dataOS5_ (scylla + 0x29ea8b5)
                #17 0x0000000002b0703e _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work7produceES8_ (scylla + 0x290703e)
                #18 0x0000000002b08187 _ZNSt17_Function_handlerIFN7seastar6futureIvEEN2db9commitlog26buffer_and_replay_positionEjESt5_BindIFMZNS4_13read_log_fileENS0_13basic_sstringIcjLj15ELb1EEES9_NS0_17io_priority_classESt8functionIFS2_S5_EEjPKNS3_10extensionsEE4workFS2_S5_EPSH_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataOS5_Oj (scylla + 0x2908187)
                #19 0x0000000002b047af _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work13do_read_entryES5_IFS7_S8_jEE (scylla + 0x29047af)
                #20 0x0000000002b4c4d8 _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work10read_chunkEv.resume (scylla + 0x294c4d8)
                #21 0x0000000004c165d5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4a165d5)
                #22 0x0000000004c179b8 _ZN7seastar7reactor6do_runEv (scylla + 0x4a179b8)
                #23 0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #24 0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #25 0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #26 0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7874:
                #0  0x00000000025045b7 _ZN7service13storage_proxy14mutate_locallyERKN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENS1_10bool_classIN2db14force_sync_tagEEENSt6chrono10time_pointINS1_12lowres_clockENSH_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_17smp_service_groupESt7variantIJSt9monostateNSE_24per_partition_rate_limit12account_onlyENSS_19account_and_enforceEEE (scylla + 0x23045b7)
                #1  0x000000000264a5d4 _ZN7seastar7do_withI15frozen_mutationNS_10shared_ptrIN7service13storage_proxyEEEJZNS4_12handle_writeIS1_ZNS4_24receive_mutation_handlerENS_17smp_service_groupERKNS_3rpc11client_infoENS8_14opt_time_pointES1_N5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS8_8optionalISt8optionalIN7tracing10trace_infoEEEENSI_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSR_19account_and_enforceEEEEEE5$_118ZNS4_24receive_mutation_handlerES7_SB_SC_S1_SH_SG_jmSN_SV_E5$_119EENS_6futureINS8_12no_wait_typeEEEN4netw8msg_addrESC_NSD_4UUIDET_SH_SG_jmSM_OT0_OT1_E11errors_infoZNS6_IS1_SW_SX_EES10_S12_SC_S13_S14_SH_SG_jmSM_S16_S18_EUlRKS14_RS5_RS19_E_EEEDaOS14_S16_DpOT1_ (scylla + 0x244a5d4)
                #2  0x0000000002568eac _ZN7service13storage_proxy24receive_mutation_handlerEN7seastar17smp_service_groupERKNS1_3rpc11client_infoENS3_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESC_jmNS3_8optionalISt8optionalIN7tracing10trace_infoEEEENSE_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSN_19account_and_enforceEEEEE (scylla + 0x2368eac)
                #3  0x0000000002648821 _ZNSt17_Function_handlerIFN7seastar6futureINS0_3rpc12no_wait_typeEEERKNS2_11client_infoENS2_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESD_jmNS2_8optionalISt8optionalIN7tracing10trace_infoEEEEEZN7service13storage_proxy22init_messaging_serviceENS0_10shared_ptrINSM_17migration_managerEEEE4$_53E9_M_invokeERKSt9_Any_dataS7_OS8_OS9_OSE_OSD_OjOmOSK_ (scylla + 0x2448821)
                #4  0x00000000032442c7 _ZZZZN7seastar3rpc11recv_helperIN4netw10serializerESt8functionIFNS_6futureINS0_12no_wait_typeEEERKNS0_11client_infoENS0_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEEEES7_JSC_SH_SG_jmSN_ENS0_19do_want_client_infoENS0_18do_want_time_pointEEEDaNS0_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS0_6server10connectionEEESJ_INSt6chrono10time_pointINS_12lowres_clockENS16_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS0_7rcv_bufEE_clES15_S1E_lS1F_ENUlT_E_clINS_15semaphore_unitsINS_35semaphore_default_exception_factoryES18_EEEEDaS1H_ENUlvE_clEv (scylla + 0x30442c7)
                #5  0x000000000324170a _ZZN7seastar3rpc11recv_helperIN4netw10serializerESt8functionIFNS_6futureINS0_12no_wait_typeEEERKNS0_11client_infoENS0_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEEEES7_JSC_SH_SG_jmSN_ENS0_19do_want_client_infoENS0_18do_want_time_pointEEEDaNS0_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS0_6server10connectionEEESJ_INSt6chrono10time_pointINS_12lowres_clockENS16_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS0_7rcv_bufEE_clES15_S1E_lS1F_ (scylla + 0x304170a)
                #6  0x00000000032409bf _ZNSt17_Function_handlerIFN7seastar6futureIvEENS0_10shared_ptrINS0_3rpc6server10connectionEEESt8optionalINSt6chrono10time_pointINS0_12lowres_clockENS9_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS4_7rcv_bufEEZNS4_11recv_helperIN4netw10serializerESt8functionIFNS1_INS4_12no_wait_typeEEERKNS4_11client_infoENS4_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESY_jmNS4_8optionalIS8_IN7tracing10trace_infoEEEEEESP_JSU_SZ_SY_jmS14_ENS4_19do_want_client_infoENS4_18do_want_time_pointEEEDaNS4_9signatureIFT1_DpT2_EEEOT0_T3_T4_EUlS7_SH_lSI_E_E9_M_invokeERKSt9_Any_dataOS7_OSH_OlOSI_ (scylla + 0x30409bf)
                #7  0x0000000004f86784 _ZZZZZZN7seastar3rpc6server10connection7processEvEN4$_21clEvENKUlvE_clEvENUlvE0_clEvENKUlSt5tupleIJSt8optionalImEmlS7_INS0_7rcv_bufEEEEE_clESB_ENUlvE_clEv (scylla + 0x4d86784)
                #8  0x0000000004f8635f _ZZZZZN7seastar3rpc6server10connection7processEvEN4$_21clEvENKUlvE_clEvENUlvE0_clEvENKUlSt5tupleIJSt8optionalImEmlS7_INS0_7rcv_bufEEEEE_clESB_ (scylla + 0x4d8635f)
                #9  0x0000000004f86e7d _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZZZNS_3rpc6server10connection7processEvEN4$_21clEvENKUlvE_clEvENUlvE0_clEvEUlSt5tupleIJSt8optionalImEmlSB_INS4_7rcv_bufEEEEE_ZNS_6futureISF_E14then_impl_nrvoISG_NSH_IvEEEET0_OT_EUlOS3_RSG_ONS_12future_stateISF_EEE_SF_E15run_and_disposeEv (scylla + 0x4d86e7d)
                #10 0x0000000004c165d5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4a165d5)
                #11 0x0000000004c179b8 _ZN7seastar7reactor6do_runEv (scylla + 0x4a179b8)
                #12 0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #13 0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #14 0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #15 0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7868:
                #0  0x00007f495cd00ddd syscall (libc.so.6 + 0xfaddd)
                #1  0x0000000004c59b31 _ZN7seastar19aio_storage_context11submit_workEv (scylla + 0x4a59b31)
                #2  0x0000000004c5af26 _ZN7seastar19reactor_backend_aio18kernel_submit_workEv (scylla + 0x4a5af26)
                #3  0x0000000004c35ba9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4a35ba9)
                #4  0x0000000004c17a02 _ZN7seastar7reactor6do_runEv (scylla + 0x4a17a02)
                #5  0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #6  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #7  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #8  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7881:
                #0  0x00007f495d7ea94c read (libpthread.so.0 + 0x1294c)
                #1  0x0000000004c58eb5 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4a58eb5)
                #2  0x0000000004c59210 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4a59210)
                #3  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #4  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #5  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)
                
                Stack trace of thread 7866:
                #0  0x0000000004bc1637 _ZN7seastar5alien13message_queue16process_incomingEv (scylla + 0x49c1637)
                #1  0x0000000004bc23cd _ZN7seastar5alien8instance11poll_queuesEv (scylla + 0x49c23cd)
                #2  0x0000000004c5420a _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4a5420a)
                #3  0x0000000004c35ba9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4a35ba9)
                #4  0x0000000004c17a02 _ZN7seastar7reactor6do_runEv (scylla + 0x4a17a02)
                #5  0x0000000004c36a06 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4a36a06)
                #6  0x0000000004bea37b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x49ea37b)
                #7  0x00007f495d7e12a5 start_thread (libpthread.so.0 + 0x92a5)
                #8  0x00007f495cd06323 __clone (libc.so.6 + 0x100323)

download_instructions=gsutil cp gs://upload.scylladb.com/core.scylla.113.9bbbcd38beb1479e9430ca0882480674.7861.1659633986000000000000/core.scylla.113.9bbbcd38beb1479e9430ca0882480674.7861.1659633986000000000000.gz .
gunzip /var/lib/systemd/coredump/core.scylla.113.9bbbcd38beb1479e9430ca0882480674.7861.1659633986000000000000.gz

@slivne slivne added this to the 5.2 milestone Aug 11, 2022
@kostja kostja closed this as completed Aug 11, 2022
@kostja kostja reopened this Aug 11, 2022
@aleksbykov
Copy link
Contributor Author

Issue reproduced:

Installation details

Kernel Version: 5.15.0-1017-aws
Scylla version (or git commit hash): 5.2.0~dev-20220809.3ffc978166ab with build-id 7da4f902c8209ca890ba8338dbf376529fb6c2fe
Cluster size: 6 nodes (i3.4xlarge)

Scylla Nodes used in this run:

  • longevity-100gb-4h-master-db-node-841a7439-9 (16.16.66.133 | 10.0.2.165) (shards: -1)
  • longevity-100gb-4h-master-db-node-841a7439-8 (13.48.55.121 | 10.0.0.124) (shards: -1)
  • longevity-100gb-4h-master-db-node-841a7439-7 (16.16.66.180 | 10.0.1.94) (shards: 14)
  • longevity-100gb-4h-master-db-node-841a7439-6 (16.170.159.7 | 10.0.0.182) (shards: 14)
  • longevity-100gb-4h-master-db-node-841a7439-5 (16.170.146.30 | 10.0.2.213) (shards: 14)
  • longevity-100gb-4h-master-db-node-841a7439-4 (13.51.174.189 | 10.0.1.42) (shards: 14)
  • longevity-100gb-4h-master-db-node-841a7439-3 (13.49.65.55 | 10.0.3.114) (shards: 14)
  • longevity-100gb-4h-master-db-node-841a7439-2 (13.49.225.21 | 10.0.3.23) (shards: 14)
  • longevity-100gb-4h-master-db-node-841a7439-10 (13.49.245.179 | 10.0.0.18) (shards: -1)
  • longevity-100gb-4h-master-db-node-841a7439-1 (16.170.214.162 | 10.0.0.23) (shards: 14)

OS / Image: ami-0786ef2aeb8f93c28 (aws: eu-north-1)

Test: longevity-100gb-4h-with-raft-test
Test id: 841a7439-afd0-4c39-951a-530b5654986f
Test name: scylla-master/SCT_Raft_Experimental/longevity-100gb-4h-with-raft-test
Test config file(s):

Issue description

>>>>>>>
Your description here...
<<<<<<<

  • Restore Monitor Stack command: $ hydra investigate show-monitor 841a7439-afd0-4c39-951a-530b5654986f
  • Restore monitor on AWS instance using Jenkins job
  • Show all stored logs command: $ hydra investigate show-logs 841a7439-afd0-4c39-951a-530b5654986f

Logs:

Jenkins job URL

coredump:

2022-08-12 06:25:27.910 <2022-08-12 04:57:32.000>: (CoreDumpEvent Severity.ERROR) period_type=one-time event_id=66e9701c-09ed-4a44-b376-861e8bb91319 node=Node longevity-100gb-4h-master-db-node-841a7439-2 [13.49.225.21 | 10.0.3.23] (seed: True)
corefile_url=https://storage.cloud.google.com/upload.scylladb.com/core.scylla.113.90d0a0bbcd064902bc1b6b0a91bc3757.7845.1660280252000000000000/core.scylla.113.90d0a0bbcd064902bc1b6b0a91bc3757.7845.1660280252000000000000.gz
backtrace=           PID: 7845 (scylla)
UID: 113 (scylla)
GID: 119 (scylla)
Signal: 6 (ABRT)
Timestamp: Fri 2022-08-12 04:57:32 UTC (4min 18s ago)
Command Line: /usr/bin/scylla --blocked-reactor-notify-ms 100 --abort-on-lsa-bad-alloc 1 --abort-on-seastar-bad-alloc --abort-on-internal-error 1 --abort-on-ebadf 1 --enable-sstable-key-validation 1 --log-to-syslog 1 --log-to-stdout 0 --default-log-level info --network-stack posix --io-properties-file=/etc/scylla.d/io_properties.yaml --cpuset 1-7,9-15 --lock-memory=1
Executable: /opt/scylladb/libexec/scylla
Control Group: /scylla.slice/scylla-server.slice/scylla-server.service
Unit: scylla-server.service
Slice: scylla-server.slice
Boot ID: 90d0a0bbcd064902bc1b6b0a91bc3757
Machine ID: 7869118a6c424c3da38d97ceed1f9fc2
Hostname: longevity-100gb-4h-master-db-node-841a7439-2
Storage: /var/lib/systemd/coredump/core.scylla.113.90d0a0bbcd064902bc1b6b0a91bc3757.7845.1660280252000000000000
Message: Process 7845 (scylla) of user 113 dumped core.
Stack trace of thread 7845:
#0  0x00007f429ab172a2 raise (libc.so.6 + 0x3d2a2)
#1  0x00007f429ab008a4 abort (libc.so.6 + 0x268a4)
#2  0x0000000004c73e6f _ZN7seastar17on_internal_errorERNS_6loggerESt17basic_string_viewIcSt11char_traitsIcEE (scylla + 0x4a73e6f)
#3  0x0000000003b417bf _ZN7service8raft_rpc19send_append_entriesEN5utils11tagged_uuidIN4raft13server_id_tagEEERKNS3_14append_requestE (scylla + 0x39417bf)
#4  0x0000000003c16a26 _ZZZN4raft11server_impl12send_messageISt7variantIJNS_14append_requestENS_12append_replyENS_12vote_requestENS_10vote_replyENS_16install_snapshotENS_14snapshot_replyENS_11timeout_nowENS_11read_quorumENS_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS_13server_id_tagEEET_ENKUlOSH_E_clIS3_EEDaSI_ENKUlvE_clEv (scylla + 0x3a16a26)
#5  0x0000000003c17809 _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN4raft11server_impl12send_messageISt7variantIJNS4_14append_requestENS4_12append_replyENS4_12vote_requestENS4_10vote_replyENS4_16install_snapshotENS4_14snapshot_replyENS4_11timeout_nowENS4_11read_quorumENS4_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS4_13server_id_tagEEET_ENKUlOSM_E_clIS8_EEDaSN_EUlvE_ZNS_6futureIvE14then_impl_nrvoISQ_SS_EET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vE15run_and_disposeEv (scylla + 0x3a17809)
#6  0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#7  0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#8  0x0000000004ca11dd _ZN7seastar7reactor3runEv (scylla + 0x4aa11dd)
#9  0x0000000004c47779 _ZN7seastar12app_template14run_deprecatedEiPPcOSt8functionIFvvEE (scylla + 0x4a47779)
#10 0x0000000004c46c52 _ZN7seastar12app_template3runEiPPcOSt8functionIFNS_6futureIiEEvEE (scylla + 0x4a46c52)
#11 0x000000000107b48e _ZL11scylla_mainiPPc (scylla + 0xe7b48e)
#12 0x0000000001078fc6 main (scylla + 0xe78fc6)
#13 0x00007f429ab01b75 __libc_start_main (libc.so.6 + 0x27b75)
#14 0x00000000010770ee _start (scylla + 0xe770ee)
Stack trace of thread 7870:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7862:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7866:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7854:
#0  0x0000000002f53aa0 _ZNK3dht19murmur3_partitioner9get_tokenERK6schema18partition_key_view (scylla + 0x2d53aa0)
#1  0x00000000025447d9 _ZN7service13storage_proxy14mutate_locallyERKN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENS1_10bool_classIN2db14force_sync_tagEEENSt6chrono10time_pointINS1_12lowres_clockENSH_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_17smp_service_groupESt7variantIJSt9monostateNSE_24per_partition_rate_limit12account_onlyENSS_19account_and_enforceEEE (scylla + 0x23447d9)
#2  0x0000000002656185 _ZN7service15shared_mutation13apply_locallyERNS_13storage_proxyENSt6chrono10time_pointIN7seastar12lowres_clockENS3_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSH_19account_and_enforceEEE (scylla + 0x2456185)
#3  0x0000000002572958 _ZN7service13storage_proxy22send_to_live_endpointsEmNSt6chrono10time_pointIN7seastar12lowres_clockENS1_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x2372958)
#4  0x0000000002550aac _ZN7service13storage_proxy12mutate_beginEN5utils12small_vectorINS0_23unique_response_handlerELm1EEEN2db17consistency_levelEN7tracing15trace_state_ptrESt8optionalINSt6chrono10time_pointIN7seastar12lowres_clockENSA_8durationIlSt5ratioILl1ELl1000000000EEEEEEE (scylla + 0x2350aac)
#5  0x000000000266260b _ZN7seastar8futurizeINS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEE6invokeIRZN7service13storage_proxy15mutate_internalINS2_14iterator_rangeIN9__gnu_cxx17__normal_iteratorIP8mutationSt6vectorISO_SaISO_EEEEEEEESF_T_N2db17consistency_levelEbN7tracing15trace_state_ptrE14service_permitSt8optionalINSt6chrono10time_pointINS_12lowres_clockENS12_8durationIlSt5ratioILl1ELl1000000000EEEEEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEENS_10bool_classINSW_34allow_per_partition_rate_limit_tagEEEEUlNS5_12small_vectorINSJ_23unique_response_handlerELm1EEEE_JS1K_EEESF_OSV_DpOT0_ (scylla + 0x246260b)
#6  0x0000000002561f52 _ZN7service13storage_proxy15mutate_internalIN5boost14iterator_rangeIN9__gnu_cxx17__normal_iteratorIP8mutationSt6vectorIS6_SaIS6_EEEEEEEEN7seastar6futureINS2_10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENSJ_22read_timeout_exceptionENSJ_22read_failure_exceptionENSJ_20rate_limit_exceptionEEEENSH_32exception_container_throw_policyEEEEET_N2db17consistency_levelEbN7tracing15trace_state_ptrE14service_permitSt8optionalINSt6chrono10time_pointINSD_12lowres_clockENSZ_8durationIlSt5ratioILl1ELl1000000000EEEEEEENSD_13lw_shared_ptrIN3cdc24operation_result_trackerEEENSD_10bool_classINST_34allow_per_partition_rate_limit_tagEEE (scylla + 0x2361f52)
#7  0x0000000002542acb _ZN7service13storage_proxy9do_mutateESt6vectorI8mutationSaIS2_EEN2db17consistency_levelENSt6chrono10time_pointIN7seastar12lowres_clockENS7_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrE14service_permitbNS9_10bool_classINS5_34allow_per_partition_rate_limit_tagEEENS9_13lw_shared_ptrIN3cdc24operation_result_trackerEEE (scylla + 0x2342acb)
#8  0x0000000002651614 _ZN7seastar20noncopyable_functionIFNS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEPN7service13storage_proxyESt6vectorI8mutationSaISK_EEN2db17consistency_levelENSt6chrono10time_pointINS_12lowres_clockENSP_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrE14service_permitbNS_10bool_classINSN_34allow_per_partition_rate_limit_tagEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEEEE17direct_vtable_forISt7_Mem_fnIMSH_FSF_SM_SO_SW_SY_SZ_bS12_S16_EEE4callEPKS18_SI_SM_SO_SW_SY_SZ_bS12_S16_ (scylla + 0x2451614)
#9  0x000000000265fc0b _ZN7seastar20noncopyable_functionIFNS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEPN7service13storage_proxyESt6vectorI8mutationSaISK_EEN2db17consistency_levelENSt6chrono10time_pointINS_12lowres_clockENSP_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrE14service_permitbNS_10bool_classINSN_34allow_per_partition_rate_limit_tagEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEEEE17direct_vtable_forIZNS_35inheriting_concrete_execution_stageISF_JSI_SM_SO_SW_SY_SZ_bS12_S16_EE20make_stage_for_groupENS_16scheduling_groupEEUlSI_SM_SO_SW_SY_SZ_bS12_S16_E_E4callEPKS18_SI_SM_SO_SW_SY_SZ_bS12_S16_ (scylla + 0x245fc0b)
#10 0x00000000025c1c9a _ZN7seastar24concrete_execution_stageINS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEJPN7service13storage_proxyESt6vectorI8mutationSaISK_EEN2db17consistency_levelENSt6chrono10time_pointINS_12lowres_clockENSP_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrE14service_permitbNS_10bool_classINSN_34allow_per_partition_rate_limit_tagEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEEEE8do_flushEv (scylla + 0x23c1c9a)
#11 0x0000000004c52c26 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_1E15run_and_disposeEv (scylla + 0x4a52c26)
#12 0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#13 0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#14 0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#15 0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#16 0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#17 0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7857:
#0  0x0000000004cafe88 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4aafe88)
#1  0x0000000004cde7cb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4ade7cb)
#2  0x0000000004cc0179 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0179)
#3  0x0000000004ca1fd2 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1fd2)
#4  0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#5  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#6  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#7  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7855:
#0  0x00000000017d0c71 _ZN18compact_radix_tree4treeI13cell_and_hashjE10visit_slotIRNS2_15walking_visitorIZNK3row13for_each_cellIZN12_GLOBAL__N_115write_row_cellsIN3ser20deletable_row__cellsI13bytes_ostreamEEEEDaOT_RKS5_RK6schema11column_kindEUljRK25atomic_cell_or_collectionE_EEvSE_EUljRKS1_E_Lb1EEEEEbSE_RKNS2_9node_headEhPSP_j (scylla + 0x15d0c71)
#1  0x00000000017d06e0 _ZNK18compact_radix_tree4treeI13cell_and_hashjE9node_baseIS1_JNS2_15indirect_layoutIS1_LNS2_6layoutE1ELj4ELS5_2ELj0ELS5_0ELj0EEENS4_IS1_LS5_2ELj8ELS5_3ELj0ELS5_1ELj4EEENS4_IS1_LS5_3ELj16ELS5_4ELj0ELS5_2ELj8EEENS4_IS1_LS5_4ELj32ELS5_6ELj0ELS5_3ELj16EEENS2_13direct_layoutIS1_LS5_6ELS5_0ELj0ELS5_4ELj32EEEEE5visitIRNS2_15walking_visitorIZNK3row13for_each_cellIZN12_GLOBAL__N_115write_row_cellsIN3ser20deletable_row__cellsI13bytes_ostreamEEEEDaOT_RKSF_RK6schema11column_kindEUljRK25atomic_cell_or_collectionE_EEvSO_EUljRKS1_E_Lb1EEEEEbSO_j (scylla + 0x15d06e0)
#2  0x00000000017c4976 _ZL9write_rowIN3ser23writer_of_deletable_rowI13bytes_ostreamEEEDaOT_RK6schemaRK21clustering_key_prefixRK3rowRK10row_markerRK13row_tombstone (scylla + 0x15c4976)
#3  0x00000000017c15b6 _ZN29mutation_partition_serializer16write_serializedIN3ser28writer_of_mutation_partitionI13bytes_ostreamEEEEvOT_RK6schemaRK18mutation_partition (scylla + 0x15c15b6)
#4  0x0000000001605f73 _ZN15frozen_mutationC1ERK8mutation (scylla + 0x1405f73)
#5  0x0000000001609879 _Z6freezeRK8mutation (scylla + 0x1409879)
#6  0x000000000266149e _ZZN7service13storage_proxy14mutate_prepareIRN5boost14iterator_rangeIN9__gnu_cxx17__normal_iteratorIP8mutationSt6vectorIS6_SaIS6_EEEEEEZNS0_14mutate_prepareISD_EEN7seastar6futureINS2_10outcome_v212basic_resultIN5utils12small_vectorINS0_23unique_response_handlerELm1EEENSJ_19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENSO_22read_timeout_exceptionENSO_22read_failure_exceptionENSO_20rate_limit_exceptionEEEENSJ_32exception_container_throw_policyEEEEEOT_N2db17consistency_levelENSZ_10write_typeEN7tracing15trace_state_ptrE14service_permitNSF_10bool_classINSZ_34allow_per_partition_rate_limit_tagEEEEUlRKS6_S10_S11_S14_E_EESW_SY_S10_S11_S14_T0_ENKUlSD_S10_S11_S14_S1A_E_clESD_S10_S11_S14_S1A_ (scylla + 0x246149e)
#7  0x0000000002561854 _ZN7service13storage_proxy15mutate_internalIN5boost14iterator_rangeIN9__gnu_cxx17__normal_iteratorIP8mutationSt6vectorIS6_SaIS6_EEEEEEEEN7seastar6futureINS2_10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENSJ_22read_timeout_exceptionENSJ_22read_failure_exceptionENSJ_20rate_limit_exceptionEEEENSH_32exception_container_throw_policyEEEEET_N2db17consistency_levelEbN7tracing15trace_state_ptrE14service_permitSt8optionalINSt6chrono10time_pointINSD_12lowres_clockENSZ_8durationIlSt5ratioILl1ELl1000000000EEEEEEENSD_13lw_shared_ptrIN3cdc24operation_result_trackerEEENSD_10bool_classINST_34allow_per_partition_rate_limit_tagEEE (scylla + 0x2361854)
#8  0x0000000002542acb _ZN7service13storage_proxy9do_mutateESt6vectorI8mutationSaIS2_EEN2db17consistency_levelENSt6chrono10time_pointIN7seastar12lowres_clockENS7_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrE14service_permitbNS9_10bool_classINS5_34allow_per_partition_rate_limit_tagEEENS9_13lw_shared_ptrIN3cdc24operation_result_trackerEEE (scylla + 0x2342acb)
#9  0x0000000002651614 _ZN7seastar20noncopyable_functionIFNS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEPN7service13storage_proxyESt6vectorI8mutationSaISK_EEN2db17consistency_levelENSt6chrono10time_pointINS_12lowres_clockENSP_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrE14service_permitbNS_10bool_classINSN_34allow_per_partition_rate_limit_tagEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEEEE17direct_vtable_forISt7_Mem_fnIMSH_FSF_SM_SO_SW_SY_SZ_bS12_S16_EEE4callEPKS18_SI_SM_SO_SW_SY_SZ_bS12_S16_ (scylla + 0x2451614)
#10 0x000000000265fc0b _ZN7seastar20noncopyable_functionIFNS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEPN7service13storage_proxyESt6vectorI8mutationSaISK_EEN2db17consistency_levelENSt6chrono10time_pointINS_12lowres_clockENSP_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrE14service_permitbNS_10bool_classINSN_34allow_per_partition_rate_limit_tagEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEEEE17direct_vtable_forIZNS_35inheriting_concrete_execution_stageISF_JSI_SM_SO_SW_SY_SZ_bS12_S16_EE20make_stage_for_groupENS_16scheduling_groupEEUlSI_SM_SO_SW_SY_SZ_bS12_S16_E_E4callEPKS18_SI_SM_SO_SW_SY_SZ_bS12_S16_ (scylla + 0x245fc0b)
#11 0x00000000025c1c9a _ZN7seastar24concrete_execution_stageINS_6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENS7_22read_timeout_exceptionENS7_22read_failure_exceptionENS7_20rate_limit_exceptionEEEENS5_32exception_container_throw_policyEEEEEJPN7service13storage_proxyESt6vectorI8mutationSaISK_EEN2db17consistency_levelENSt6chrono10time_pointINS_12lowres_clockENSP_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrE14service_permitbNS_10bool_classINSN_34allow_per_partition_rate_limit_tagEEENS_13lw_shared_ptrIN3cdc24operation_result_trackerEEEEE8do_flushEv (scylla + 0x23c1c9a)
#12 0x0000000004c52c26 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_1E15run_and_disposeEv (scylla + 0x4a52c26)
#13 0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#14 0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#15 0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#16 0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#17 0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#18 0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7861:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7868:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7850:
#0  0x0000000004f18c1d _ZN7seastar8io_queue13poll_io_queueEv (scylla + 0x4d18c1d)
#1  0x0000000004cde9d9 _ZN7seastar7reactor26io_queue_submission_pollfn4pollEv (scylla + 0x4ade9d9)
#2  0x0000000004cc0179 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0179)
#3  0x0000000004ca1fd2 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1fd2)
#4  0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#5  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#6  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#7  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7867:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7851:
#0  0x00007f429ac3d82f __memmove_avx_unaligned_erms (libc.so.6 + 0x16382f)
#1  0x0000000001948597 _ZN8sstables7sstable18component_basenameERKN7seastar13basic_sstringIcjLj15ELb1EEES5_NS_21sstable_version_typesENS_15generation_typeENS_20sstable_format_typesES3_ (scylla + 0x1748597)
#2  0x0000000001ac4d99 _ZN8sstables12index_readerC2EN7seastar13lw_shared_ptrINS_7sstableEEE13reader_permitRKNS1_17io_priority_classEN7tracing15trace_state_ptrENS1_10bool_classINS_15use_caching_tagEEEb (scylla + 0x18c4d99)
#3  0x0000000001b7bc74 _ZN8sstables2mx26mx_sstable_mutation_reader16get_index_readerEv (scylla + 0x197bc74)
#4  0x0000000001b79c19 _ZN8sstables2mx26mx_sstable_mutation_reader10initializeEv (scylla + 0x1979c19)
#5  0x0000000001b76902 _ZN8sstables2mx26mx_sstable_mutation_reader11fill_bufferEv (scylla + 0x1976902)
#6  0x0000000001b78f9d _ZThn64_N8sstables2mx26mx_sstable_mutation_reader11fill_bufferEv (scylla + 0x1978f9d)
#7  0x00000000017e4189 _ZN22mutation_reader_merger12prepare_nextEv (scylla + 0x15e4189)
#8  0x00000000017e519f _ZN22mutation_reader_mergerclEv (scylla + 0x15e519f)
#9  0x00000000017f0e3b _ZZN14merging_readerI22mutation_reader_mergerE11fill_bufferEvENKUlvE_clEv (scylla + 0x15f0e3b)
#10 0x00000000017ef8cb _ZN14merging_readerI22mutation_reader_mergerE11fill_bufferEv (scylla + 0x15ef8cb)
#11 0x00000000018b55f1 _ZN12_GLOBAL__N_117compacting_reader11fill_bufferEv (scylla + 0x16b55f1)
#12 0x00000000015a817b _ZN34single_partition_populating_reader11fill_bufferEv (scylla + 0x13a817b)
#13 0x00000000013537f4 _ZN23flat_mutation_reader_v24peekEv (scylla + 0x11537f4)
#14 0x0000000001331fa8 _ZN5query7querier12consume_pageI20query_result_builderEEDaOT_mjNSt6chrono10time_pointI8gc_clockNS5_8durationIlSt5ratioILl1ELl1EEEEEEN7tracing15trace_state_ptrE (scylla + 0x1131fa8)
#15 0x000000000132d999 _ZN7replica5table5queryEN7seastar13lw_shared_ptrIK6schemaEE13reader_permitRKN5query12read_commandENS7_14result_optionsERKSt6vectorI20nonwrapping_intervalIN3dht13ring_positionEESaISG_EEN7tracing15trace_state_ptrERNS7_21result_memory_limiterENSt6chrono10time_pointINS1_12lowres_clockENSP_8durationIlSt5ratioILl1ELl1000000000EEEEEEPSt8optionalINS7_7querierEE (scylla + 0x112d999)
#16 0x000000000127703d _ZN7seastar20noncopyable_functionIFNS_6futureIvEE13reader_permitEE19indirect_vtable_forIZN7replica8database5queryENS_13lw_shared_ptrIK6schemaEERKN5query12read_commandENSD_14result_optionsERKSt6vectorI20nonwrapping_intervalIN3dht13ring_positionEESaISM_EEN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENST_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENS14_19account_and_enforceEEEE4$_20E4callEPKS5_S3_ (scylla + 0x107703d)
#17 0x0000000003a62701 _ZN28reader_concurrency_semaphore14execution_loopEv.resume (scylla + 0x3862701)
#18 0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#19 0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#20 0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#21 0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#22 0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#23 0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7871:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7849:
#0  0x00000000012e8ad0 _ZN7seastar6futureINS_15semaphore_unitsINS_33named_semaphore_exception_factoryENSt6chrono3_V212steady_clockEEEED2Ev (scylla + 0x10e8ad0)
#1  0x0000000002bfa714 _ZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintEN7seastar13lw_shared_ptrINS3_17send_one_file_ctxEEE27fragmented_temporary_bufferNS_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS4_13basic_sstringIcjLj15ELb1EEE (scylla + 0x29fa714)
#2  0x0000000002c35f01 _ZZN2db5hints7manager23end_point_hints_manager6sender13send_one_fileERKN7seastar13basic_sstringIcjLj15ELb1EEEENK4$_25clENS_9commitlog26buffer_and_replay_positionE (scylla + 0x2a35f01)
#3  0x0000000002c35895 _ZNSt17_Function_handlerIFN7seastar6futureIvEEN2db9commitlog26buffer_and_replay_positionEEZNS3_5hints7manager23end_point_hints_manager6sender13send_one_fileERKNS0_13basic_sstringIcjLj15ELb1EEEE4$_25E9_M_invokeERKSt9_Any_dataOS5_ (scylla + 0x2a35895)
#4  0x0000000002b5198e _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work7produceES8_ (scylla + 0x295198e)
#5  0x0000000002b52ad7 _ZNSt17_Function_handlerIFN7seastar6futureIvEEN2db9commitlog26buffer_and_replay_positionEjESt5_BindIFMZNS4_13read_log_fileENS0_13basic_sstringIcjLj15ELb1EEES9_NS0_17io_priority_classESt8functionIFS2_S5_EEjPKNS3_10extensionsEE4workFS2_S5_EPSH_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataOS5_Oj (scylla + 0x2952ad7)
#6  0x0000000002b4f0ff _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work13do_read_entryES5_IFS7_S8_jEE (scylla + 0x294f0ff)
#7  0x0000000002b972a8 _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work10read_chunkEv.resume (scylla + 0x29972a8)
#8  0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#9  0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#10 0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#11 0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#12 0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#13 0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7872:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7847:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004cc71dc _ZN7seastar9file_desc4readEPvm (scylla + 0x4ac71dc)
#2  0x0000000004cb8f58 _ZZN7seastar7reactor12do_read_someERNS_17pollable_fd_stateEPNS_8internal16buffer_allocatorEENK3$_6clEv (scylla + 0x4ab8f58)
#3  0x0000000004cb9074 _ZN7seastar12continuationINS_8internal22promise_base_with_typeINS_16temporary_bufferIcEEEEZNS_7reactor12do_read_someERNS_17pollable_fd_stateEPNS1_16buffer_allocatorEE3$_6ZNS_6futureIvE14then_impl_nrvoISB_NSC_IS4_EEEET0_OT_EUlOS5_RSB_ONS_12future_stateINS1_9monostateEEEE_vE15run_and_disposeEv (scylla + 0x4ab9074)
#4  0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#5  0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#6  0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#7  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#8  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#9  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7869:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7856:
#0  0x0000000004cafe88 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4aafe88)
#1  0x0000000004cde7cb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4ade7cb)
#2  0x0000000004cc0179 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0179)
#3  0x0000000004ca1fd2 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1fd2)
#4  0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#5  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#6  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#7  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7864:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7873:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7858:
#0  0x00007f429abd4ddd syscall (libc.so.6 + 0xfaddd)
#1  0x0000000004ce4101 _ZN7seastar19aio_storage_context11submit_workEv (scylla + 0x4ae4101)
#2  0x0000000004ce54f6 _ZN7seastar19reactor_backend_aio18kernel_submit_workEv (scylla + 0x4ae54f6)
#3  0x0000000004cc0179 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0179)
#4  0x0000000004ca1fd2 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1fd2)
#5  0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#6  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#7  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#8  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7865:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7853:
#0  0x00007f429ac3d90d __memmove_avx_unaligned_erms (libc.so.6 + 0x16390d)
#1  0x00000000014b9656 _ZN16atomic_cell_type9make_liveIN3ser11buffer_viewIN13bytes_ostream17fragment_iteratorEEEEE13managed_byteslRKT_ (scylla + 0x12b9656)
#2  0x00000000014b91fb _ZN11atomic_cell9make_liveERK13abstract_typelN3ser11buffer_viewIN13bytes_ostream17fragment_iteratorEEEN7seastar10bool_classINS_21collection_member_tagEEE (scylla + 0x12b91fb)
#3  0x00000000017a4660 _ZNR5boost7variantIN3ser14live_cell_viewEJNS1_18expiring_cell_viewENS1_14dead_cell_viewENS1_17counter_cell_viewENS1_20unknown_variant_typeEEE13apply_visitorIKZN12_GLOBAL__N_116read_atomic_cellERK13abstract_typeS7_N7seastar10bool_classIN11atomic_cell21collection_member_tagEEEE19atomic_cell_visitorEENT_11result_typeERSK_ (scylla + 0x15a4660)
#4  0x000000000177eb46 _ZNK23mutation_partition_view9do_acceptI17partition_builderEEvRK14column_mappingRT_ (scylla + 0x157eb46)
#5  0x00000000016068b2 _ZNK15frozen_mutation8unfreezeEN7seastar13lw_shared_ptrIK6schemaEE (scylla + 0x14068b2)
#6  0x000000000256f424 _ZN7service13storage_proxy25send_hint_to_all_replicasE26frozen_mutation_and_schema (scylla + 0x236f424)
#7  0x0000000002bf5df3 _ZN2db5hints7manager23end_point_hints_manager6sender20do_send_one_mutationE26frozen_mutation_and_schemaRKN5utils12small_vectorIN3gms12inet_addressELm3EEE (scylla + 0x29f5df3)
#8  0x0000000002c2fc72 _ZZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintEN7seastar13lw_shared_ptrINS3_17send_one_file_ctxEEE27fragmented_temporary_bufferNS_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS4_13basic_sstringIcjLj15ELb1EEEEN4$_22clINS4_15semaphore_unitsINS4_33named_semaphore_exception_factoryENSA_3_V212steady_clockEEEEEDaT_ (scylla + 0x2a2fc72)
#9  0x0000000002c33c1e _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintENS_13lw_shared_ptrINS8_17send_one_file_ctxEEE27fragmented_temporary_bufferNS4_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS_13basic_sstringIcjLj15ELb1EEEE4$_22ZNS_6futureINS_15semaphore_unitsINS_33named_semaphore_exception_factoryENSE_3_V212steady_clockEEEE14then_impl_nrvoISN_NSO_IvEEEET0_OT_EUlOS3_RSN_ONS_12future_stateIST_EEE_ST_E15run_and_disposeEv (scylla + 0x2a33c1e)
#10 0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#11 0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#12 0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#13 0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#14 0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#15 0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7852:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004cc71dc _ZN7seastar9file_desc4readEPvm (scylla + 0x4ac71dc)
#2  0x0000000004cb8f58 _ZZN7seastar7reactor12do_read_someERNS_17pollable_fd_stateEPNS_8internal16buffer_allocatorEENK3$_6clEv (scylla + 0x4ab8f58)
#3  0x0000000004cb9074 _ZN7seastar12continuationINS_8internal22promise_base_with_typeINS_16temporary_bufferIcEEEEZNS_7reactor12do_read_someERNS_17pollable_fd_stateEPNS1_16buffer_allocatorEE3$_6ZNS_6futureIvE14then_impl_nrvoISB_NSC_IS4_EEEET0_OT_EUlOS5_RSB_ONS_12future_stateINS1_9monostateEEEE_vE15run_and_disposeEv (scylla + 0x4ab9074)
#4  0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#5  0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#6  0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#7  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#8  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#9  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7860:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7859:
#0  0x000000000254c64f _ZN7service13storage_proxy36create_write_response_handler_helperEN7seastar13lw_shared_ptrIK6schemaEERKN3dht5tokenESt10unique_ptrINS_15mutation_holderESt14default_deleteISB_EEN2db17consistency_levelENSF_10write_typeEN7tracing15trace_state_ptrE14service_permitNS1_10bool_classINSF_34allow_per_partition_rate_limit_tagEEE (scylla + 0x234c64f)
#1  0x00000000026793f8 _ZZN7service13storage_proxy14mutate_prepareIRSt5arrayINS_12hint_wrapperELm1EEZNS0_14mutate_prepareIS5_EEN7seastar6futureIN5boost10outcome_v212basic_resultIN5utils12small_vectorINS0_23unique_response_handlerELm1EEENSC_19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENSH_22read_timeout_exceptionENSH_22read_failure_exceptionENSH_20rate_limit_exceptionEEEENSC_32exception_container_throw_policyEEEEEOT_N2db17consistency_levelENSS_10write_typeEN7tracing15trace_state_ptrE14service_permitNS7_10bool_classINSS_34allow_per_partition_rate_limit_tagEEEEUlRKS3_ST_SU_SX_E_EESP_SR_ST_SU_SX_T0_ENKUlS5_ST_SU_SX_S13_E_clES5_ST_SU_SX_S13_ (scylla + 0x24793f8)
#2  0x0000000002570531 _ZN7service13storage_proxy15mutate_internalISt5arrayINS_12hint_wrapperELm1EEEEN7seastar6futureIN5boost10outcome_v212basic_resultIvN5utils19exception_containerIJN10exceptions32mutation_write_timeout_exceptionENSC_22read_timeout_exceptionENSC_22read_failure_exceptionENSC_20rate_limit_exceptionEEEENSA_32exception_container_throw_policyEEEEET_N2db17consistency_levelEbN7tracing15trace_state_ptrE14service_permitSt8optionalINSt6chrono10time_pointINS5_12lowres_clockENSS_8durationIlSt5ratioILl1ELl1000000000EEEEEEENS5_13lw_shared_ptrIN3cdc24operation_result_trackerEEENS5_10bool_classINSM_34allow_per_partition_rate_limit_tagEEE (scylla + 0x2370531)
#3  0x000000000256f4e9 _ZN7service13storage_proxy25send_hint_to_all_replicasE26frozen_mutation_and_schema (scylla + 0x236f4e9)
#4  0x0000000002bf5df3 _ZN2db5hints7manager23end_point_hints_manager6sender20do_send_one_mutationE26frozen_mutation_and_schemaRKN5utils12small_vectorIN3gms12inet_addressELm3EEE (scylla + 0x29f5df3)
#5  0x0000000002c2fc72 _ZZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintEN7seastar13lw_shared_ptrINS3_17send_one_file_ctxEEE27fragmented_temporary_bufferNS_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS4_13basic_sstringIcjLj15ELb1EEEEN4$_22clINS4_15semaphore_unitsINS4_33named_semaphore_exception_factoryENSA_3_V212steady_clockEEEEEDaT_ (scylla + 0x2a2fc72)
#6  0x0000000002bfa0b8 _ZN2db5hints7manager23end_point_hints_manager6sender13send_one_hintEN7seastar13lw_shared_ptrINS3_17send_one_file_ctxEEE27fragmented_temporary_bufferNS_15replay_positionENSt6chrono8durationIlSt5ratioILl1ELl1EEEERKNS4_13basic_sstringIcjLj15ELb1EEE (scylla + 0x29fa0b8)
#7  0x0000000002c35f01 _ZZN2db5hints7manager23end_point_hints_manager6sender13send_one_fileERKN7seastar13basic_sstringIcjLj15ELb1EEEENK4$_25clENS_9commitlog26buffer_and_replay_positionE (scylla + 0x2a35f01)
#8  0x0000000002c35895 _ZNSt17_Function_handlerIFN7seastar6futureIvEEN2db9commitlog26buffer_and_replay_positionEEZNS3_5hints7manager23end_point_hints_manager6sender13send_one_fileERKNS0_13basic_sstringIcjLj15ELb1EEEE4$_25E9_M_invokeERKSt9_Any_dataOS5_ (scylla + 0x2a35895)
#9  0x0000000002b5198e _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work7produceES8_ (scylla + 0x295198e)
#10 0x0000000002b52ad7 _ZNSt17_Function_handlerIFN7seastar6futureIvEEN2db9commitlog26buffer_and_replay_positionEjESt5_BindIFMZNS4_13read_log_fileENS0_13basic_sstringIcjLj15ELb1EEES9_NS0_17io_priority_classESt8functionIFS2_S5_EEjPKNS3_10extensionsEE4workFS2_S5_EPSH_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataOS5_Oj (scylla + 0x2952ad7)
#11 0x0000000002b4f0ff _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work13do_read_entryES5_IFS7_S8_jEE (scylla + 0x294f0ff)
#12 0x0000000002b972a8 _ZZN2db9commitlog13read_log_fileEN7seastar13basic_sstringIcjLj15ELb1EEES3_NS1_17io_priority_classESt8functionIFNS1_6futureIvEENS0_26buffer_and_replay_positionEEEjPKNS_10extensionsEEN4work10read_chunkEv.resume (scylla + 0x29972a8)
#13 0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#14 0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#15 0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#16 0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#17 0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#18 0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7863:
#0  0x00007f429b6be94c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004ce3485 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4ae3485)
#2  0x0000000004ce37e0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4ae37e0)
#3  0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#4  0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f429abda323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7848:
#0  0x0000000004c63cf9 _ZN7seastar6memory8allocateEm (scylla + 0x4a63cf9)
#1  0x0000000004c66e02 _Znwm (scylla + 0x4a66e02)
#2  0x0000000001b3681d _ZNK8sstables20compound_sstable_set32create_single_key_sstable_readerEPN7replica5tableEN7seastar13lw_shared_ptrIK6schemaEE13reader_permitRN5utils19estimated_histogramERK20nonwrapping_intervalIN3dht13ring_positionEERKN5query15partition_sliceERKNS4_17io_priority_classEN7tracing15trace_state_ptrENS4_10bool_classIN17streamed_mutation14forwarding_tagEEENSS_IN15mutation_reader30partition_range_forwarding_tagEEE (scylla + 0x193681d)
#3  0x0000000001b373c2 _ZNK8sstables11sstable_set32create_single_key_sstable_readerEPN7replica5tableEN7seastar13lw_shared_ptrIK6schemaEE13reader_permitRN5utils19estimated_histogramERK20nonwrapping_intervalIN3dht13ring_positionEERKN5query15partition_sliceERKNS4_17io_priority_classEN7tracing15trace_state_ptrENS4_10bool_classIN17streamed_mutation14forwarding_tagEEENSS_IN15mutation_reader30partition_range_forwarding_tagEEE (scylla + 0x19373c2)
#4  0x0000000001395539 _ZNSt17_Function_handlerIF23flat_mutation_reader_v2N7seastar13lw_shared_ptrIK6schemaEE13reader_permitRK20nonwrapping_intervalIN3dht13ring_positionEERKN5query15partition_sliceERKNS1_17io_priority_classEN7tracing15trace_state_ptrENS1_10bool_classIN17streamed_mutation14forwarding_tagEEENSM_IN15mutation_reader30partition_range_forwarding_tagEEEEZZN7replica5table27sstables_as_snapshot_sourceEvENK4$_22clEvEUlS5_S6_SC_SG_SJ_SL_SP_SS_E_E9_M_invokeERKSt9_Any_dataOS5_OS6_SC_SG_SJ_OSL_OSP_OSS_ (scylla + 0x1195539)
#5  0x000000000158a747 _ZN5cache30autoupdating_underlying_reader15fast_forward_toEO20nonwrapping_intervalIN3dht13ring_positionEER15mutation_sourcem (scylla + 0x138a747)
#6  0x00000000015894db _ZN5cache12read_context17create_underlyingEv (scylla + 0x13894db)
#7  0x00000000015a7e69 _ZN34single_partition_populating_reader11fill_bufferEv (scylla + 0x13a7e69)
#8  0x00000000013537f4 _ZN23flat_mutation_reader_v24peekEv (scylla + 0x11537f4)
#9  0x0000000001331fa8 _ZN5query7querier12consume_pageI20query_result_builderEEDaOT_mjNSt6chrono10time_pointI8gc_clockNS5_8durationIlSt5ratioILl1ELl1EEEEEEN7tracing15trace_state_ptrE (scylla + 0x1131fa8)
#10 0x000000000132d999 _ZN7replica5table5queryEN7seastar13lw_shared_ptrIK6schemaEE13reader_permitRKN5query12read_commandENS7_14result_optionsERKSt6vectorI20nonwrapping_intervalIN3dht13ring_positionEESaISG_EEN7tracing15trace_state_ptrERNS7_21result_memory_limiterENSt6chrono10time_pointINS1_12lowres_clockENSP_8durationIlSt5ratioILl1ELl1000000000EEEEEEPSt8optionalINS7_7querierEE (scylla + 0x112d999)
#11 0x000000000127703d _ZN7seastar20noncopyable_functionIFNS_6futureIvEE13reader_permitEE19indirect_vtable_forIZN7replica8database5queryENS_13lw_shared_ptrIK6schemaEERKN5query12read_commandENSD_14result_optionsERKSt6vectorI20nonwrapping_intervalIN3dht13ring_positionEESaISM_EEN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENST_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENS14_19account_and_enforceEEEE4$_20E4callEPKS5_S3_ (scylla + 0x107703d)
#12 0x0000000003a62701 _ZN28reader_concurrency_semaphore14execution_loopEv.resume (scylla + 0x3862701)
#13 0x0000000004ca0ba5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4aa0ba5)
#14 0x0000000004ca1f88 _ZN7seastar7reactor6do_runEv (scylla + 0x4aa1f88)
#15 0x0000000004cc0fd6 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4ac0fd6)
#16 0x0000000004c7494b _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4a7494b)
#17 0x00007f429b6b52a5 start_thread (libpthread.so.0 + 0x92a5)
#18 0x00007f429abda323 __clone (libc.so.6 + 0x100323)
download_instructions=gsutil cp gs://upload.scylladb.com/core.scylla.113.90d0a0bbcd064902bc1b6b0a91bc3757.7845.1660280252000000000000/core.scylla.113.90d0a0bbcd064902bc1b6b0a91bc3757.7845.1660280252000000000000.gz .
gunzip /var/lib/systemd/coredump/core.scylla.113.90d0a0bbcd064902bc1b6b0a91bc3757.7845.1660280252000000000000.gz

@aleksbykov
Copy link
Contributor Author

issue continue to reproduced:

2022-09-09 05:21:01.462 <2022-09-09 05:21:01.000>: (DatabaseLogEvent Severity.ERROR) period_type=one-time event_id=388b1dba-1ab0-4532-a212-aae152ce4902: type=ABORTING_ON_SHARD regex=Aborting on shard line_number=97028 node=longevity-100gb-4h-master-db-node-e2ac8a94-1
2022-09-09T05:21:01+00:00 longevity-100gb-4h-master-db-node-e2ac8a94-1     !INFO | scylla[7754]: Aborting on shard 0.
void seastar::backtrace<seastar::backtrace_buffer::append_backtrace()::{lambda(seastar::frame)#1}>(seastar::backtrace_buffer::append_backtrace()::{lambda(seastar::frame)#1}&&) at ./build/release/seastar/./seastar/include/seastar/util/backtrace.hh:59
(inlined by) seastar::backtrace_buffer::append_backtrace() at ./build/release/seastar/./seastar/src/core/reactor.cc:754
(inlined by) seastar::print_with_backtrace(seastar::backtrace_buffer&, bool) at ./build/release/seastar/./seastar/src/core/reactor.cc:784
seastar::print_with_backtrace(char const*, bool) at ./build/release/seastar/./seastar/src/core/reactor.cc:796
(inlined by) seastar::sigabrt_action() at ./build/release/seastar/./seastar/src/core/reactor.cc:3656
(inlined by) operator() at ./build/release/seastar/./seastar/src/core/reactor.cc:3632
(inlined by) __invoke at ./build/release/seastar/./seastar/src/core/reactor.cc:3628
?? ??:0
?? ??:0
?? ??:0
seastar::on_internal_error(seastar::logger&, std::basic_string_view<char, std::char_traits<char> >) at ./build/release/seastar/./seastar/src/core/on_internal_error.cc:39
service::raft_address_map<seastar::lowres_clock>::get_inet_address(utils::tagged_uuid<raft::server_id_tag>) const at ././service/raft/raft_address_map.hh:346
(inlined by) service::raft_rpc::send_append_entries(utils::tagged_uuid<raft::server_id_tag>, raft::append_request const&) at ./service/raft/raft_rpc.cc:37
operator() at ./raft/server.cc:755
_ZSt13__invoke_implIN7seastar6futureIvEERZZN4raft11server_impl12send_messageISt7variantIJNS3_14append_requestENS3_12append_replyENS3_12vote_requestENS3_10vote_replyENS3_16install_snapshotENS3_14snapshot_replyENS3_11timeout_nowENS3_11read_quorumENS3_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS3_13server_id_tagEEET_ENKUlOSL_E_clIS7_EEDaSM_EUlvE_JEESL_St14__invoke_otherOT0_DpOT1_ at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:61
(inlined by) _ZSt8__invokeIRZZN4raft11server_impl12send_messageISt7variantIJNS0_14append_requestENS0_12append_replyENS0_12vote_requestENS0_10vote_replyENS0_16install_snapshotENS0_14snapshot_replyENS0_11timeout_nowENS0_11read_quorumENS0_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS0_13server_id_tagEEET_ENKUlOSI_E_clIS4_EEDaSJ_EUlvE_JEENSt15__invoke_resultISI_JDpT0_EE4typeESJ_DpOSP_ at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:96
(inlined by) _ZSt6invokeIRZZN4raft11server_impl12send_messageISt7variantIJNS0_14append_requestENS0_12append_replyENS0_12vote_requestENS0_10vote_replyENS0_16install_snapshotENS0_14snapshot_replyENS0_11timeout_nowENS0_11read_quorumENS0_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS0_13server_id_tagEEET_ENKUlOSI_E_clIS4_EEDaSJ_EUlvE_JEENSt13invoke_resultISI_JDpT0_EE4typeESJ_DpOSP_ at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/functional:97
(inlined by) _ZN7seastar8internal13future_invokeIRZZN4raft11server_impl12send_messageISt7variantIJNS2_14append_requestENS2_12append_replyENS2_12vote_requestENS2_10vote_replyENS2_16install_snapshotENS2_14snapshot_replyENS2_11timeout_nowENS2_11read_quorumENS2_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS2_13server_id_tagEEET_ENKUlOSK_E_clIS6_EEDaSL_EUlvE_NS0_9monostateEEEDaSL_OT0_ at ././seastar/include/seastar/core/future.hh:1223
(inlined by) operator() at ././seastar/include/seastar/core/future.hh:1596
(inlined by) _ZN7seastar8futurizeINS_6futureIvEEE22satisfy_with_result_ofIZZNS2_14then_impl_nrvoIZZN4raft11server_impl12send_messageISt7variantIJNS6_14append_requestENS6_12append_replyENS6_12vote_requestENS6_10vote_replyENS6_16install_snapshotENS6_14snapshot_replyENS6_11timeout_nowENS6_11read_quorumENS6_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS6_13server_id_tagEEET_ENKUlOSO_E_clISA_EEDaSP_EUlvE_S2_EET0_SP_ENKUlONS_8internal22promise_base_with_typeIvEERSS_ONS_12future_stateINSU_9monostateEEEE_clESX_SY_S12_EUlvE_EEvSX_SP_ at ././seastar/include/seastar/core/future.hh:2134
(inlined by) operator() at ././seastar/include/seastar/core/future.hh:1589
(inlined by) _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN4raft11server_impl12send_messageISt7variantIJNS4_14append_requestENS4_12append_replyENS4_12vote_requestENS4_10vote_replyENS4_16install_snapshotENS4_14snapshot_replyENS4_11timeout_nowENS4_11read_quorumENS4_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS4_13server_id_tagEEET_ENKUlOSM_E_clIS8_EEDaSN_EUlvE_ZNS_6futureIvE14then_impl_nrvoISQ_SS_EET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vE15run_and_disposeEv at ././seastar/include/seastar/core/future.hh:781
seastar::reactor::run_tasks(seastar::reactor::task_queue&) at ./build/release/seastar/./seastar/src/core/reactor.cc:2329
(inlined by) seastar::reactor::run_some_tasks() at ./build/release/seastar/./seastar/src/core/reactor.cc:2736
seastar::reactor::do_run() at ./build/release/seastar/./seastar/src/core/reactor.cc:2905
seastar::reactor::run() at ./build/release/seastar/./seastar/src/core/reactor.cc:2788
seastar::app_template::run_deprecated(int, char**, std::function<void ()>&&) at ./build/release/seastar/./seastar/src/core/app-template.cc:265
seastar::app_template::run(int, char**, std::function<seastar::future<int> ()>&&) at ./build/release/seastar/./seastar/src/core/app-template.cc:156
scylla_main(int, char**) at ./main.cc:522
std::function<int (int, char**)>::operator()(int, char**) const at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/std_function.h:590
(inlined by) main at ./main.cc:1728
?? ??:0
_start at ??:?
2022-09-09 06:41:20.778 <2022-09-09 05:21:01.000>: (CoreDumpEvent Severity.ERROR) period_type=one-time event_id=913df8af-5339-4419-be13-ba3cc84d2dc0 node=Node longevity-100gb-4h-master-db-node-e2ac8a94-1 [16.170.172.66 | 10.0.1.6] (seed: True)
corefile_url=https://storage.cloud.google.com/upload.scylladb.com/core.scylla.113.f1e100ea9a9e4d5789b86ee0b8fe5186.7754.1662700861000000000000/core.scylla.113.f1e100ea9a9e4d5789b86ee0b8fe5186.7754.1662700861000000000000.gz
backtrace=           PID: 7754 (scylla)
UID: 113 (scylla)
GID: 119 (scylla)
Signal: 6 (ABRT)
Timestamp: Fri 2022-09-09 05:21:01 UTC (4min 46s ago)
Command Line: /usr/bin/scylla --blocked-reactor-notify-ms 25 --abort-on-lsa-bad-alloc 1 --abort-on-seastar-bad-alloc --abort-on-internal-error 1 --abort-on-ebadf 1 --enable-sstable-key-validation 1 --log-to-syslog 1 --log-to-stdout 0 --default-log-level info --network-stack posix --io-properties-file=/etc/scylla.d/io_properties.yaml --cpuset 1-7,9-15 --lock-memory=1
Executable: /opt/scylladb/libexec/scylla
Control Group: /scylla.slice/scylla-server.slice/scylla-server.service
Unit: scylla-server.service
Slice: scylla-server.slice
Boot ID: f1e100ea9a9e4d5789b86ee0b8fe5186
Machine ID: c329176c97d24d748e2a114b2ddff7e7
Hostname: longevity-100gb-4h-master-db-node-e2ac8a94-1
Storage: /var/lib/systemd/coredump/core.scylla.113.f1e100ea9a9e4d5789b86ee0b8fe5186.7754.1662700861000000000000
Message: Process 7754 (scylla) of user 113 dumped core.
Stack trace of thread 7754:
#0  0x00007f3070a192a2 raise (libc.so.6 + 0x3d2a2)
#1  0x00007f3070a028a4 abort (libc.so.6 + 0x268a4)
#2  0x0000000004d1749f _ZN7seastar17on_internal_errorERNS_6loggerESt17basic_string_viewIcSt11char_traitsIcEE (scylla + 0x4b1749f)
#3  0x0000000003b7f1ff _ZN7service8raft_rpc19send_append_entriesEN5utils11tagged_uuidIN4raft13server_id_tagEEERKNS3_14append_requestE (scylla + 0x397f1ff)
#4  0x0000000003cb74e6 _ZZZN4raft11server_impl12send_messageISt7variantIJNS_14append_requestENS_12append_replyENS_12vote_requestENS_10vote_replyENS_16install_snapshotENS_14snapshot_replyENS_11timeout_nowENS_11read_quorumENS_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS_13server_id_tagEEET_ENKUlOSH_E_clIS3_EEDaSI_ENKUlvE_clEv (scylla + 0x3ab74e6)
#5  0x0000000003cb82c9 _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN4raft11server_impl12send_messageISt7variantIJNS4_14append_requestENS4_12append_replyENS4_12vote_requestENS4_10vote_replyENS4_16install_snapshotENS4_14snapshot_replyENS4_11timeout_nowENS4_11read_quorumENS4_17read_quorum_replyEEEEEvN5utils11tagged_uuidINS4_13server_id_tagEEET_ENKUlOSM_E_clIS8_EEDaSN_EUlvE_ZNS_6futureIvE14then_impl_nrvoISQ_SS_EET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vE15run_and_disposeEv (scylla + 0x3ab82c9)
#6  0x0000000004d448e5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4b448e5)
#7  0x0000000004d45cc8 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45cc8)
#8  0x0000000004d44f1d _ZN7seastar7reactor3runEv (scylla + 0x4b44f1d)
#9  0x0000000004ceada9 _ZN7seastar12app_template14run_deprecatedEiPPcOSt8functionIFvvEE (scylla + 0x4aeada9)
#10 0x0000000004cea282 _ZN7seastar12app_template3runEiPPcOSt8functionIFNS_6futureIiEEvEE (scylla + 0x4aea282)
#11 0x0000000001096e8e _ZL11scylla_mainiPPc (scylla + 0xe96e8e)
#12 0x00000000010949c6 main (scylla + 0xe949c6)
#13 0x00007f3070a03b75 __libc_start_main (libc.so.6 + 0x27b75)
#14 0x0000000001092aee _start (scylla + 0xe92aee)
Stack trace of thread 7769:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7777:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7776:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7775:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7780:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7782:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7759:
#0  0x0000000001bb1bb3 _ZNK23mutation_partition_view9do_acceptI17partition_builderEEvRK14column_mappingRT_ (scylla + 0x19b1bb3)
#1  0x00000000018afd4d _ZN7replica8memtable5applyERK15frozen_mutationRKN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleE (scylla + 0x16afd4d)
#2  0x0000000001781c14 _ZN7replica5table5applyERK15frozen_mutationN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS4_12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x1581c14)
#3  0x000000000161b020 _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x141b020)
#4  0x00000000016b8b20 _ZN7seastar20noncopyable_functionIFNS_6futureIvEEPN7replica8databaseENS_13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEENS_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSO_24per_partition_rate_limit12account_onlyENST_19account_and_enforceEEEEE17direct_vtable_forISt7_Mem_fnIMS4_FS2_S9_SC_SE_SM_SQ_SW_EEE4callEPKSY_S5_S9_SC_SE_SM_SQ_SW_ (scylla + 0x14b8b20)
#5  0x00000000016dcf38 _ZN7seastar20noncopyable_functionIFNS_6futureIvEEPN7replica8databaseENS_13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEENS_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSO_24per_partition_rate_limit12account_onlyENST_19account_and_enforceEEEEE17direct_vtable_forIZNS_35inheriting_concrete_execution_stageIS2_JS5_S9_SC_SE_SM_SQ_SW_EE20make_stage_for_groupENS_16scheduling_groupEEUlS5_S9_SC_SE_SM_SQ_SW_E_E4callEPKSY_S5_S9_SC_SE_SM_SQ_SW_ (scylla + 0x14dcf38)
#6  0x000000000169ddc7 _ZN7seastar24concrete_execution_stageINS_6futureIvEEJPN7replica8databaseENS_13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEENS_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSO_24per_partition_rate_limit12account_onlyENST_19account_and_enforceEEEEE8do_flushEv (scylla + 0x149ddc7)
#7  0x0000000004cf6256 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_1E15run_and_disposeEv (scylla + 0x4af6256)
#8  0x0000000004d448e5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4b448e5)
#9  0x0000000004d45cc8 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45cc8)
#10 0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#11 0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#12 0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#13 0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7757:
#0  0x0000000004d53bc8 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4b53bc8)
#1  0x0000000004d81ecb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4b81ecb)
#2  0x0000000004d63eb9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4b63eb9)
#3  0x0000000004d45d12 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45d12)
#4  0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#5  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#6  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#7  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7778:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7764:
#0  0x00007f3070ad6ddd syscall (libc.so.6 + 0xfaddd)
#1  0x0000000004d88b86 _ZN7seastar19reactor_backend_aio18kernel_submit_workEv (scylla + 0x4b88b86)
#2  0x0000000004d63eb9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4b63eb9)
#3  0x0000000004d45d12 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45d12)
#4  0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#5  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#6  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#7  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7772:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7767:
#0  0x00007f3070ad6ddd syscall (libc.so.6 + 0xfaddd)
#1  0x0000000004d87801 _ZN7seastar19aio_storage_context11submit_workEv (scylla + 0x4b87801)
#2  0x0000000004d88bf6 _ZN7seastar19reactor_backend_aio18kernel_submit_workEv (scylla + 0x4b88bf6)
#3  0x0000000004d63eb9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4b63eb9)
#4  0x0000000004d45d12 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45d12)
#5  0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#6  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#7  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#8  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7768:
#0  0x00000000050cb077 _ZZZN7seastar3rpc10connection10read_frameINS0_26request_frame_with_timeoutEEENT_11return_typeENS_14socket_addressERNS_12input_streamIcEEENKUlNS_16temporary_bufferIcEEE_clESB_ENKUlNS0_7rcv_bufEE_clESD_ (scylla + 0x4ecb077)
#1  0x00000000050caf84 _ZN7seastar8futurizeINS_6futureISt5tupleIJSt8optionalImEmlS3_INS_3rpc7rcv_bufEEEEEEE6invokeIZZNS5_10connection10read_frameINS5_26request_frame_with_timeoutEEENT_11return_typeENS_14socket_addressERNS_12input_streamIcEEENKUlNS_16temporary_bufferIcEEE_clESM_EUlS6_E_JS6_EEES9_OSF_DpOT0_ (scylla + 0x4ecaf84)
#2  0x00000000050cadea _ZN7seastar6futureINS_3rpc7rcv_bufEE9then_implIZZNS1_10connection10read_frameINS1_26request_frame_with_timeoutEEENT_11return_typeENS_14socket_addressERNS_12input_streamIcEEENKUlNS_16temporary_bufferIcEEE_clESF_EUlS2_E_NS0_ISt5tupleIJSt8optionalImEmlSJ_IS2_EEEEEEET0_OS8_ (scylla + 0x4ecadea)
#3  0x00000000050caae4 _ZZN7seastar3rpc10connection10read_frameINS0_26request_frame_with_timeoutEEENT_11return_typeENS_14socket_addressERNS_12input_streamIcEEENKUlNS_16temporary_bufferIcEEE_clESB_ (scylla + 0x4ecaae4)
#4  0x00000000050ca7d9 _ZN7seastar8futurizeINS_6futureISt5tupleIJSt8optionalImEmlS3_INS_3rpc7rcv_bufEEEEEEE6invokeIZNS5_10connection10read_frameINS5_26request_frame_with_timeoutEEENT_11return_typeENS_14socket_addressERNS_12input_streamIcEEEUlNS_16temporary_bufferIcEEE_JSM_EEES9_OSF_DpOT0_ (scylla + 0x4eca7d9)
#5  0x00000000050ca6b2 _ZN7seastar6futureINS_16temporary_bufferIcEEE9then_implIZNS_3rpc10connection10read_frameINS5_26request_frame_with_timeoutEEENT_11return_typeENS_14socket_addressERNS_12input_streamIcEEEUlS2_E_NS0_ISt5tupleIJSt8optionalImEmlSH_INS5_7rcv_bufEEEEEEEET0_OS9_ (scylla + 0x4eca6b2)
#6  0x00000000050a8132 _ZN7seastar3rpc6server10connection29read_request_frame_compressedERNS_12input_streamIcEE (scylla + 0x4ea8132)
#7  0x00000000050b4720 _ZZZZN7seastar3rpc6server10connection7processEvEN4$_21clEvENKUlvE_clEvENUlvE0_clEv (scylla + 0x4eb4720)
#8  0x00000000050b5925 _ZN7seastar8internal14do_until_stateIZZZNS_3rpc6server10connection7processEvEN4$_21clEvENKUlvE_clEvEUlvE_ZZZNS4_7processEvENS5_clEvENKS6_clEvEUlvE0_E15run_and_disposeEv (scylla + 0x4eb5925)
#9  0x0000000004d448e5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4b448e5)
#10 0x0000000004d45cc8 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45cc8)
#11 0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#12 0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#13 0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#14 0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7770:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7771:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7758:
#0  0x0000000004d53bc8 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4b53bc8)
#1  0x0000000004d81ecb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4b81ecb)
#2  0x0000000004d63eb9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4b63eb9)
#3  0x0000000004d45d12 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45d12)
#4  0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#5  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#6  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#7  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7763:
#0  0x00007fffa8bc1a16 __vdso_clock_gettime (linux-vdso.so.1 + 0xa16)
#1  0x00007f3070aa39b5 __clock_gettime (libc.so.6 + 0xc79b5)
#2  0x00007f3070c96db5 _ZNSt6chrono3_V212steady_clock3nowEv (libstdc++.so.6 + 0xd0db5)
#3  0x0000000004fc38f4 _ZN7seastar10fair_queue21grab_pending_capacityERKNS_16fair_queue_entryE (scylla + 0x4dc38f4)
#4  0x0000000004fc415f _ZN7seastar10fair_queue17dispatch_requestsESt8functionIFvRNS_16fair_queue_entryEEE (scylla + 0x4dc415f)
#5  0x0000000004fbc409 _ZN7seastar8io_queue13poll_io_queueEv (scylla + 0x4dbc409)
#6  0x0000000004d820d9 _ZN7seastar7reactor26io_queue_submission_pollfn4pollEv (scylla + 0x4b820d9)
#7  0x0000000004d63eb9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4b63eb9)
#8  0x0000000004d45d12 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45d12)
#9  0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#10 0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#11 0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#12 0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7774:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7762:
#0  0x0000000004d53bc8 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4b53bc8)
#1  0x0000000004d81ecb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4b81ecb)
#2  0x0000000004d63eb9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4b63eb9)
#3  0x0000000004d45d12 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45d12)
#4  0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#5  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#6  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#7  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7761:
#0  0x0000000004d53bc8 _ZN7seastar3smp11poll_queuesEv (scylla + 0x4b53bc8)
#1  0x0000000004d81ecb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x4b81ecb)
#2  0x0000000004d63eb9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE4$_44E9_M_invokeERKSt9_Any_data (scylla + 0x4b63eb9)
#3  0x0000000004d45d12 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45d12)
#4  0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#5  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#6  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#7  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7779:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7760:
#0  0x0000000005010030 _ZNK7seastar14socket_address4addrEv (scylla + 0x4e10030)
#1  0x000000000220e2e5 _ZN13cql_transportL24process_execute_internalERN7service12client_stateERN7seastar7shardedIN4cql315query_processorEEENS_14request_readerEth24cql_serialization_format14service_permitN7tracing15trace_state_ptrEbSt13unordered_mapIhSt8optionalINS3_13basic_sstringIajLj31ELb0EEEESt4hashIhESt8equal_toIhESaISt4pairIKhSI_EEE (scylla + 0x200e2e5)
#2  0x000000000220ca06 _ZN13cql_transport10cql_server10connection15process_executeEtNS_14request_readerERN7service12client_stateE14service_permitN7tracing15trace_state_ptrE (scylla + 0x200ca06)
#3  0x00000000021f70ce _ZN13cql_transport10cql_server10connection19process_request_oneEN27fragmented_temporary_buffer7istreamEhtRN7service12client_stateENS1_20tracing_request_typeE14service_permit (scylla + 0x1ff70ce)
#4  0x0000000002257661 _ZN7seastar20noncopyable_functionIFNS_6futureINS_11foreign_ptrISt10unique_ptrIN13cql_transport8responseESt14default_deleteIS5_EEEEEEPNS4_10cql_server10connectionEN27fragmented_temporary_buffer7istreamEhtRN7service12client_stateENSC_20tracing_request_typeE14service_permitEE17direct_vtable_forISt7_Mem_fnIMSC_FSA_SF_htSI_SJ_SK_EEE4callEPKSM_SD_SF_htSI_SJ_SK_ (scylla + 0x2057661)
#5  0x0000000002260c8c _ZN7seastar20noncopyable_functionIFNS_6futureINS_11foreign_ptrISt10unique_ptrIN13cql_transport8responseESt14default_deleteIS5_EEEEEEPNS4_10cql_server10connectionEN27fragmented_temporary_buffer7istreamEhtRN7service12client_stateENSC_20tracing_request_typeE14service_permitEE17direct_vtable_forIZNS_35inheriting_concrete_execution_stageISA_JSD_SF_htSI_SJ_SK_EE20make_stage_for_groupENS_16scheduling_groupEEUlSD_SF_htSI_SJ_SK_E_E4callEPKSM_SD_SF_htSI_SJ_SK_ (scylla + 0x2060c8c)
#6  0x000000000222e41e _ZN7seastar24concrete_execution_stageINS_6futureINS_11foreign_ptrISt10unique_ptrIN13cql_transport8responseESt14default_deleteIS5_EEEEEEJPNS4_10cql_server10connectionEN27fragmented_temporary_buffer7istreamEhtRN7service12client_stateENSC_20tracing_request_typeE14service_permitEE8do_flushEv (scylla + 0x202e41e)
#7  0x0000000004cf6256 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_1E15run_and_disposeEv (scylla + 0x4af6256)
#8  0x0000000004d448e5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4b448e5)
#9  0x0000000004d45cc8 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45cc8)
#10 0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#11 0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#12 0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#13 0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7773:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7765:
#0  0x0000000001fb6250 _ZN8sstables2mx17mp_row_consumer_m15consume_row_endEv (scylla + 0x1db6250)
#1  0x0000000001fe47ff _ZN8sstables2mx27data_consume_rows_context_m16do_process_stateEv.resume (scylla + 0x1de47ff)
#2  0x0000000001fc6a2e _ZN13data_consumer24continuous_data_consumerIN8sstables2mx27data_consume_rows_context_mEEclEN7seastar16temporary_bufferIcEE (scylla + 0x1dc6a2e)
#3  0x0000000001fc622b _ZZN7seastar12input_streamIcE7consumeISt17reference_wrapperIN8sstables2mx27data_consume_rows_context_mEEEENS_6futureIvEEOT_ENUlvE_clEv (scylla + 0x1dc622b)
#4  0x0000000001fcab87 _ZZZN8sstables2mx26mx_sstable_mutation_reader11fill_bufferEvENKUlvE1_clEvENKUlvE0_clEv (scylla + 0x1dcab87)
#5  0x0000000001fa3e0b _ZN8sstables2mx26mx_sstable_mutation_reader11fill_bufferEv (scylla + 0x1da3e0b)
#6  0x0000000001fa67ad _ZThn64_N8sstables2mx26mx_sstable_mutation_reader11fill_bufferEv (scylla + 0x1da67ad)
#7  0x0000000001c15da4 _ZN22mutation_reader_mergerclEv (scylla + 0x1a15da4)
#8  0x0000000001c219cb _ZZN14merging_readerI22mutation_reader_mergerE11fill_bufferEvENKUlvE_clEv (scylla + 0x1a219cb)
#9  0x0000000001c2045b _ZN14merging_readerI22mutation_reader_mergerE11fill_bufferEv (scylla + 0x1a2045b)
#10 0x00000000020ad4e6 _ZN23flat_mutation_reader_v24impl17consume_in_threadI25compact_for_compaction_v2IN8sstables26compacted_fragments_writerE33noop_compacted_fragments_consumerENS_9no_filterEEEDaT_T0_ (scylla + 0x1ead4e6)
#11 0x00000000020ac78b _ZN23flat_mutation_reader_v217consume_in_threadI25compact_for_compaction_v2IN8sstables26compacted_fragments_writerE33noop_compacted_fragments_consumerENS_9no_filterEEEDaT_T0_ (scylla + 0x1eac78b)
#12 0x00000000020a398b _ZN23flat_mutation_reader_v217consume_in_threadI25compact_for_compaction_v2IN8sstables26compacted_fragments_writerE33noop_compacted_fragments_consumerEEEDaT_ (scylla + 0x1ea398b)
#13 0x000000000209faeb _ZZZN8sstables10compaction7consumeEvENUl23flat_mutation_reader_v2E_clES1_ENUlvE_clEv (scylla + 0x1e9faeb)
#14 0x000000000209f124 _ZN7seastar20noncopyable_functionIFvvEE17direct_vtable_forIZNS_5asyncIZZN8sstables10compaction7consumeEvENUl23flat_mutation_reader_v2E_clES7_EUlvE_JEEENS_8futurizeINSt13invoke_resultIT_JDpT0_EE4typeEE4typeENS_17thread_attributesEOSC_DpOSD_EUlvE_E4callEPKS2_ (scylla + 0x1e9f124)
#15 0x0000000004fb36b2 _ZN7seastar14thread_context4mainEv (scylla + 0x4db36b2)
Stack trace of thread 7756:
#0  0x00007f3070b3f7f6 __memmove_avx_unaligned_erms (libc.so.6 + 0x1637f6)
#1  0x0000000002ff0709 _ZNK22commitlog_entry_writer9serializeIN7seastar20memory_output_streamIN9__gnu_cxx17__normal_iteratorIPNS1_16temporary_bufferIcEESt6vectorIS6_SaIS6_EEEEEEEEvRT_ (scylla + 0x2df0709)
#2  0x0000000002fa2f3e _ZN2db9commitlog7segment8allocateERNS0_12entry_writerERN7seastar15semaphore_unitsINS0_15segment_manager44request_controller_timeout_exception_factoryENS4_12lowres_clockEEENSt6chrono10time_pointIS8_NSB_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x2da2f3e)
#3  0x0000000002f70bea _ZN2db9commitlog15segment_manager22allocate_when_possibleIZNS0_9add_entryERKN5utils11tagged_uuidI12table_id_tagEERK22commitlog_entry_writerNSt6chrono10time_pointIN7seastar12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEEE15cl_entry_writerNS_9rp_handleEEENSE_6futureIT0_EET_SK_ (scylla + 0x2d70bea)
#4  0x0000000002f7025a _ZN2db9commitlog9add_entryERKN5utils11tagged_uuidI12table_id_tagEERK22commitlog_entry_writerNSt6chrono10time_pointIN7seastar12lowres_clockENSA_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x2d7025a)
#5  0x000000000161a9dc _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x141a9dc)
#6  0x00000000016b8b20 _ZN7seastar20noncopyable_functionIFNS_6futureIvEEPN7replica8databaseENS_13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEENS_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSO_24per_partition_rate_limit12account_onlyENST_19account_and_enforceEEEEE17direct_vtable_forISt7_Mem_fnIMS4_FS2_S9_SC_SE_SM_SQ_SW_EEE4callEPKSY_S5_S9_SC_SE_SM_SQ_SW_ (scylla + 0x14b8b20)
#7  0x00000000016dcf38 _ZN7seastar20noncopyable_functionIFNS_6futureIvEEPN7replica8databaseENS_13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEENS_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSO_24per_partition_rate_limit12account_onlyENST_19account_and_enforceEEEEE17direct_vtable_forIZNS_35inheriting_concrete_execution_stageIS2_JS5_S9_SC_SE_SM_SQ_SW_EE20make_stage_for_groupENS_16scheduling_groupEEUlS5_S9_SC_SE_SM_SQ_SW_E_E4callEPKSY_S5_S9_SC_SE_SM_SQ_SW_ (scylla + 0x14dcf38)
#8  0x000000000169ddc7 _ZN7seastar24concrete_execution_stageINS_6futureIvEEJPN7replica8databaseENS_13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEENS_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSO_24per_partition_rate_limit12account_onlyENST_19account_and_enforceEEEEE8do_flushEv (scylla + 0x149ddc7)
#9  0x0000000004cf6256 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_1E15run_and_disposeEv (scylla + 0x4af6256)
#10 0x0000000004d448e5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4b448e5)
#11 0x0000000004d45cc8 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45cc8)
#12 0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#13 0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#14 0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#15 0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7781:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d86b85 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x4b86b85)
#2  0x0000000004d86ee0 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x4b86ee0)
#3  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#4  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#5  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
Stack trace of thread 7766:
#0  0x00007f30715c094c read (libpthread.so.0 + 0x1294c)
#1  0x0000000004d6ae8c _ZN7seastar9file_desc4readEPvm (scylla + 0x4b6ae8c)
#2  0x0000000004d5cc98 _ZZN7seastar7reactor12do_read_someERNS_17pollable_fd_stateEPNS_8internal16buffer_allocatorEENK3$_6clEv (scylla + 0x4b5cc98)
#3  0x0000000004d5cdb4 _ZN7seastar12continuationINS_8internal22promise_base_with_typeINS_16temporary_bufferIcEEEEZNS_7reactor12do_read_someERNS_17pollable_fd_stateEPNS1_16buffer_allocatorEE3$_6ZNS_6futureIvE14then_impl_nrvoISB_NSC_IS4_EEEET0_OT_EUlOS5_RSB_ONS_12future_stateINS1_9monostateEEEE_vE15run_and_disposeEv (scylla + 0x4b5cdb4)
#4  0x0000000004d448e5 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x4b448e5)
#5  0x0000000004d45cc8 _ZN7seastar7reactor6do_runEv (scylla + 0x4b45cc8)
#6  0x0000000004d64d16 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE4$_90E9_M_invokeERKSt9_Any_data (scylla + 0x4b64d16)
#7  0x0000000004d181eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x4b181eb)
#8  0x00007f30715b72a5 start_thread (libpthread.so.0 + 0x92a5)
#9  0x00007f3070adc323 __clone (libc.so.6 + 0x100323)
download_instructions=gsutil cp gs://upload.scylladb.com/core.scylla.113.f1e100ea9a9e4d5789b86ee0b8fe5186.7754.1662700861000000000000/core.scylla.113.f1e100ea9a9e4d5789b86ee0b8fe5186.7754.1662700861000000000000.gz .
gunzip /var/lib/systemd/coredump/core.scylla.113.f1e100ea9a9e4d5789b86ee0b8fe5186.7754.1662700861000000000000.gz
WARNING 

@aleksbykov
Copy link
Contributor Author

Installation details

Kernel Version: 5.15.0-1019-aws
Scylla version (or git commit hash): 5.2.0~dev-20220908.7effd4c53a5c with build-id 4104bf84ed2e998ebb566ccf3154da9d40b20c7b
Cluster size: 6 nodes (i3.4xlarge)

Scylla Nodes used in this run:

  • longevity-100gb-4h-master-db-node-e2ac8a94-7 (16.170.221.66 | 10.0.0.111) (shards: -1)
  • longevity-100gb-4h-master-db-node-e2ac8a94-6 (16.16.68.159 | 10.0.2.238) (shards: 14)
  • longevity-100gb-4h-master-db-node-e2ac8a94-5 (13.49.78.97 | 10.0.3.190) (shards: 14)
  • longevity-100gb-4h-master-db-node-e2ac8a94-4 (13.53.36.97 | 10.0.3.103) (shards: 14)
  • longevity-100gb-4h-master-db-node-e2ac8a94-3 (13.49.75.75 | 10.0.0.9) (shards: 14)
  • longevity-100gb-4h-master-db-node-e2ac8a94-2 (13.53.198.202 | 10.0.3.228) (shards: 14)
  • longevity-100gb-4h-master-db-node-e2ac8a94-1 (16.170.172.66 | 10.0.1.6) (shards: 14)

OS / Image: ami-012bc92fd5fad9502 (aws: eu-north-1)

Test: longevity-100gb-4h-with-raft-test
Test id: e2ac8a94-f80f-4bb4-9278-d8dc77339e23
Test name: scylla-master/SCT_Raft_Experimental/longevity-100gb-4h-with-raft-test
Test config file(s):

Issue description

>>>>>>>
Your description here...
<<<<<<<

  • Restore Monitor Stack command: $ hydra investigate show-monitor e2ac8a94-f80f-4bb4-9278-d8dc77339e23
  • Restore monitor on AWS instance using Jenkins job
  • Show all stored logs command: $ hydra investigate show-logs e2ac8a94-f80f-4bb4-9278-d8dc77339e23

Logs:

Jenkins job URL

@elcallio
Copy link
Contributor

Fort the record, the "cannot parse the version" is just schema commitlog existing in same directory as normal commitlog, and the first seeing segments left over by the latter. It is not an error as such (though annoying).

@kostja
Copy link
Contributor

kostja commented Sep 12, 2022

If it's not an error, why is it printed?

@elcallio
Copy link
Contributor

Lets call it a warning. Commitlog expects itself to be sole owner of directory it works in. When scanning for replayable/recyclable items, if it encounters anything not matching the configured name pattern, it will complain, since this is an indicator someone has meddled with files. Since a while back, we have a separate schema commitlog that uses the same folder, but different name pattern. Thus when doing replay scan on a non-clean instance start, we get these messages as the two instances find each others files.
There is a separate discussion on changing this in various ways, but for now, just know it is not a real error. Just noise.

@gusev-p gusev-p self-assigned this Sep 23, 2022
kostja added a commit to kostja/scylla that referenced this issue Sep 23, 2022
Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.
It may contain a mapping without an actual IP address,
and the caller must be prepared for it: get_inet_address() will
throw (QQQ: should we add a new exception type?) while
find() will return a nullopt. This happens when we first add an entry to
Raft configuration and only later learn its IP address, e.g. via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still
lingers in the mapping for the expiration interval. I don't
know exactly why it's necessary, but it may be relevant to fix
issue scylladb#11228, where we observe assertion failures for missing
mappings which should never happen.
kostja added a commit to kostja/scylla that referenced this issue Sep 27, 2022
Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.
It may contain a mapping without an actual IP address,
and the caller must be prepared for it: get_inet_address() will
throw (QQQ: should we add a new exception type?) while
find() will return a nullopt. This happens when we first add an entry to
Raft configuration and only later learn its IP address, e.g. via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still
lingers in the mapping for the expiration interval. I don't
know exactly why it's necessary, but it may be relevant to fix
issue scylladb#11228, where we observe assertion failures for missing
mappings which should never happen.
kostja added a commit to kostja/scylla that referenced this issue Sep 28, 2022
Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.
It may contain a mapping without an actual IP address,
and the caller must be prepared for it: get_inet_address() will
throw (QQQ: should we add a new exception type?) while
find() will return a nullopt. This happens when we first add an entry to
Raft configuration and only later learn its IP address, e.g. via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still
lingers in the mapping for the expiration interval. I don't
know exactly why it's necessary, but it may be relevant to fix
issue scylladb#11228, where we observe assertion failures for missing
mappings which should never happen.
gusev-p pushed a commit to gusev-p/scylla that referenced this issue Oct 6, 2022
The test runs remove_node command with background ddl workload.
It was written in an attempt to reproduce scylladb#11228 but seems to have
value on its own.

The if_exists parameter has been added to the add_table
and drop_table functions, since the driver could retry
the request sent to a removed node, but that request
might have already been completed.

Function wait_for_host_known waits until the information
about the node reaches the destination node. Since we add
new nodes at each iteration in main, this can take some time.

A number of abort-related options was added
SCYLLA_CMDLINE_OPTIONS as it simplifies
nailing down problems.
kostja added a commit to kostja/scylla that referenced this issue Oct 6, 2022
Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.
It may contain a mapping without an actual IP address,
and the caller must be prepared for it: get_inet_address() will
throw (QQQ: should we add a new exception type?) while
find() will return a nullopt. This happens when we first add an entry to
Raft configuration and only later learn its IP address, e.g. via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still
lingers in the mapping for the expiration interval. I don't
know exactly why it's necessary, but it may be relevant to fix
issue scylladb#11228, where we observe assertion failures for missing
mappings which should never happen.
gusev-p pushed a commit to gusev-p/scylla that referenced this issue Oct 7, 2022
There is a flaw in how the raft rpc endpoints are
currently managed. The io_fiber in raft::server
is supposed to first add new servers to rpc, then
send all the messages and then remove the servers
which have been excluded from the configuration.
The problem is that the send_messages function
isn't synchronous, it schedules send_append_entries
to run after all the current requests to the
target server, which can happen
after we have already removed the server from address_map.

Fixes: scylladb#11228
gusev-p pushed a commit to gusev-p/scylla that referenced this issue Oct 7, 2022
There is a flaw in how the raft rpc endpoints are
currently managed. The io_fiber in raft::server
is supposed to first add new servers to rpc, then
send all the messages and then remove the servers
which have been excluded from the configuration.
The problem is that the send_messages function
isn't synchronous, it schedules send_append_entries
to run after all the current requests to the
target server, which can happen
after we have already removed the server from address_map.

In this patch the remove_server function is changed to mark
the server_id as expiring rather than synchronously dropping it.
This means all currently scheduled requests to
that server will still be able to resolve
the ip address for that server_id.

Fixes: scylladb#11228
kostja added a commit to kostja/scylla that referenced this issue Oct 10, 2022
Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.
It may contain a mapping without an actual IP address,
and the caller must be prepared for it: get_inet_address() will
throw (QQQ: should we add a new exception type?) while
find() will return a nullopt. This happens when we first add an entry to
Raft configuration and only later learn its IP address, e.g. via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still
lingers in the mapping for the expiration interval. I don't
know exactly why it's necessary, but it may be relevant to fix
issue scylladb#11228, where we observe assertion failures for missing
mappings which should never happen.
kostja added a commit to kostja/scylla that referenced this issue Oct 10, 2022
Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.
It may contain a mapping without an actual IP address,
and the caller must be prepared for it: get_inet_address() will
throw (QQQ: should we add a new exception type?) while
find() will return a nullopt. This happens when we first add an entry to
Raft configuration and only later learn its IP address, e.g. via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still
lingers in the mapping for the expiration interval. I don't
know exactly why it's necessary, but it may be relevant to fix
issue scylladb#11228, where we observe assertion failures for missing
mappings which should never happen.
kostja added a commit to kostja/scylla that referenced this issue Oct 10, 2022
Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.
kostja added a commit to kostja/scylla that referenced this issue Nov 1, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

raft: (service) move the pinger to the address map

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

raft: (service) do not store IPs in Raft configuration

Thanks to the rest of the patches in these series, Raft address
map no longer needs to get this information from Raft
configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.

Note that the pinger is updated on configuration changes,
when the IP address may still be missing. When we learn
the IP address we don't update the pinger. This is a bug,
since the node may be declared down if raft configuration
changes ahead of gossip. Should pinger updates be moved to
raft address map?
kostja added a commit to kostja/scylla that referenced this issue Nov 1, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.
gusev-p pushed a commit to gusev-p/scylla that referenced this issue Nov 3, 2022
The test runs remove_node command with background ddl workload.
It was written in an attempt to reproduce scylladb#11228 but seems to have
value on its own.

The if_exists parameter has been added to the add_table
and drop_table functions, since the driver could retry
the request sent to a removed node, but that request
might have already been completed.

Function wait_for_host_known waits until the information
about the node reaches the destination node. Since we add
new nodes at each iteration in main, this can take some time.

A number of abort-related options was added
SCYLLA_CMDLINE_OPTIONS as it simplifies
nailing down problems.
gusev-p pushed a commit to gusev-p/scylla that referenced this issue Nov 4, 2022
The test runs remove_node command with background ddl workload.
It was written in an attempt to reproduce scylladb#11228 but seems to have
value on its own.

The if_exists parameter has been added to the add_table
and drop_table functions, since the driver could retry
the request sent to a removed node, but that request
might have already been completed.

Function wait_for_host_known waits until the information
about the node reaches the destination node. Since we add
new nodes at each iteration in main, this can take some time.

A number of abort-related options was added
SCYLLA_CMDLINE_OPTIONS as it simplifies
nailing down problems.
gusev-p pushed a commit to gusev-p/scylla that referenced this issue Nov 4, 2022
The test runs remove_node command with background ddl workload.
It was written in an attempt to reproduce scylladb#11228 but seems to have
value on its own.

The if_exists parameter has been added to the add_table
and drop_table functions, since the driver could retry
the request sent to a removed node, but that request
might have already been completed.

Function wait_for_host_known waits until the information
about the node reaches the destination node. Since we add
new nodes at each iteration in main, this can take some time.

A number of abort-related options was added
SCYLLA_CMDLINE_OPTIONS as it simplifies
nailing down problems.
kbr- pushed a commit that referenced this issue Nov 4, 2022
The test runs remove_node command with background ddl workload.
It was written in an attempt to reproduce #11228 but seems to have
value on its own.

The if_exists parameter has been added to the add_table
and drop_table functions, since the driver could retry
the request sent to a removed node, but that request
might have already been completed.

Function wait_for_host_known waits until the information
about the node reaches the destination node. Since we add
new nodes at each iteration in main, this can take some time.

A number of abort-related options was added
SCYLLA_CMDLINE_OPTIONS as it simplifies
nailing down problems.

Closes #11734
kostja added a commit to kostja/scylla that referenced this issue Nov 10, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.
kostja added a commit to kostja/scylla that referenced this issue Nov 11, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.
kostja added a commit to kostja/scylla that referenced this issue Nov 11, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.
kostja added a commit to kostja/scylla that referenced this issue Nov 14, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.
kostja added a commit to kostja/scylla that referenced this issue Nov 14, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.
kostja added a commit to kostja/scylla that referenced this issue Nov 17, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.

Only group0 rpc needs to pay attention to its configuration change events,
not just any rpc, since we only maintain hte mapping when group0
configuration changes.
kostja added a commit to kostja/scylla that referenced this issue Nov 17, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.

Only group0 rpc needs to pay attention to its configuration change events,
not just any rpc, since we only maintain hte mapping when group0
configuration changes.
kostja added a commit to kostja/scylla that referenced this issue Nov 17, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.

Only group0 rpc needs to pay attention to its configuration change events,
not just any rpc, since we only maintain hte mapping when group0
configuration changes.
kostja added a commit to kostja/scylla that referenced this issue Nov 17, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.

Only group0 rpc needs to pay attention to its configuration change events,
not just any rpc, since we only maintain hte mapping when group0
configuration changes.
kostja added a commit to kostja/scylla that referenced this issue Nov 19, 2022
1) make address map API flexible

Before this patch:
- having a mapping without an actual IP address was an
  internal error
- not having a mapping for an IP address was an internal
  error
- the mapping was removed quickly after the entry
  is removed from the configuration.
- re-mapping to a new IP address wasn't allowed

After this patch:

- the address map API is, well, inaccurate.  It may contain a mapping
  without an actual IP address, and the caller must be prepared for it:
  get_inet_address() will throw while find() will return a nullopt. This
  happens when we first add an entry to Raft configuration and only
  later learn its IP address, e.g.  via gossip.

- it is allowed to re-map an existing entry to a new address

- When an entry is removed from Raft configuration, it still lingers in
  the mapping for the expiration interval. The reason for it is that a
  server may be removed from the current Raft configuration, but some
  messages may still be destined to it, and will need the translation.
  This fixes scylladb#11228.

2) subscribe to gossip notifications

Learning IP addresses from gossip allows us to adjust
the address map whenever a node IP address changes.

3) prompt address map state with app state

Initialize the raft address map with persistent snapshot
of gossip application state, specifically IPs of members
of the cluster. With this, we no longer need to store
these IPs in Raft configuration (and update them when they change).

The obvious drawback of this approach is that a node
may join Raft config before it propagates its IP address
to the cluster via gossip - so the boot process has to
wait until it happens.

Since the configuration change event and ip address discovery
are now disconnected, i.e. we first may have a new raft
id in the configuration, and only later learn its address through
gossip, we should change the pinger subscription not whenever
there is a raft config change, but whenever we know the ip address
we'd like to subscribe to.

Thanks to the changes above, Raft address map no longer needs
to get this information from Raft configuration.

Keep the 'server_info' column in the raft_config
system table, in case we change our mind or decide
to store something else in there.

Only group0 rpc needs to pay attention to its configuration change events,
not just any rpc, since we only maintain hte mapping when group0
configuration changes.
@avikivity
Copy link
Member

@kbr-scylla please evaluate for backport

@kbr-scylla
Copy link
Contributor

Included in 5.2, Raft is experimental in earlier releases, no point in backporting.

@yarongilor
Copy link

yarongilor commented Apr 2, 2023

@kostja , @elcallio , can you please advice -
This error is reproduced with Scylla version (or git commit hash): 2023.1.0~rc3-20230321.80de75947b7a with build-id 6e1d6cb6cac9242e7ed7bfd8b07c1fc5998281dc
Argus
It happens after a node starts it's initialization, like in this example:

yarongilor@yarongilor:~/Downloads/logs/sct-runner-cf2a1a67$ grep -i -v email sct.log | egrep -i 'Found ScyllaDB version|\[shard 0\] commitlog - Cannot parse the version of the file|init - Scylla version'
< t:2023-03-26 17:07:47,484 f:cluster.py      l:2131 c:sdcm.cluster_azure   p:INFO  > Node longevity-5gb-1h-majorcompactionmon-db-node-cf2a1a67-eastus-1 [172.174.193.217 | 10.0.0.5] (seed: True): Found ScyllaDB version with details: 2023.1.0~rc3-0.20230321.80de75947b7a with build-id 6e1d6cb6cac9242e7ed7bfd8b07c1fc5998281dc
< t:2023-03-26 17:07:47,484 f:cluster.py      l:2140 c:sdcm.cluster_azure   p:INFO  > Node longevity-5gb-1h-majorcompactionmon-db-node-cf2a1a67-eastus-1 [172.174.193.217 | 10.0.0.5] (seed: True): Found ScyllaDB version: 2023.1.0~rc3
< t:2023-03-26 17:08:05,213 f:db_log_reader.py l:113  c:sdcm.db_log_reader   p:DEBUG > 2023-03-26T17:08:05+00:00 longevity-5gb-1h-majorcompactionmon-db-node-eastus-1     !INFO | scylla[7732]:  [shard 0] init - Scylla version 2023.1.0~rc3-0.20230321.80de75947b7a with build-id 6e1d6cb6cac9242e7ed7bfd8b07c1fc5998281dc starting ...
< t:2023-03-26 17:08:09,117 f:db_log_reader.py l:113  c:sdcm.db_log_reader   p:DEBUG > 2023-03-26T17:08:09+00:00 longevity-5gb-1h-majorcompactionmon-db-node-eastus-1  !WARNING | scylla[7732]:  [shard 0] commitlog - Cannot parse the version of the file: CommitLog-2-959573.log
< t:2023-03-26 17:08:09,118 f:db_log_reader.py l:113  c:sdcm.db_log_reader   p:DEBUG > 2023-03-26T17:08:09+00:00 longevity-5gb-1h-majorcompactionmon-db-node-eastus-1  !WARNING | scylla[7732]:  [shard 0] commitlog - Cannot parse the version of the file: CommitLog-2-36028797019923542.log
< t:2023-03-26 17:08:09,118 f:db_log_reader.py l:113  c:sdcm.db_log_reader   p:DEBUG > 2023-03-26T17:08:09+00:00 longevity-5gb-1h-majorcompactionmon-db-node-eastus-1  !WARNING | scylla[7732]:  [shard 0] commitlog - Cannot parse the version of the file: CommitLog-2-18014398510441558.log
< t:2023-03-26 17:08:09,118 f:db_log_reader.py l:113  c:sdcm.db_log_reader   p:DEBUG > 2023-03-26T17:08:09+00:00 longevity-5gb-1h-majorcompactionmon-db-node-eastus-1  !WARNING | scylla[7732]:  [shard 0] commitlog - Cannot parse the version of the file: CommitLog-2-108086391057851478.log
< t:2023-03-26 17:08:09,119 f:db_log_reader.py l:113  c:sdcm.db_log_reader   p:DEBUG > 2023-03-26T17:08:09+00:00 longevity-5gb-1h-majorcompactionmon-db-node-eastus-1  !WARNING | scylla[7732]:  [shard 0] commitlog - Cannot parse the version of the file: CommitLog-2-90071992548369494.log

Cc @roydahan

@roydahan roydahan reopened this Apr 2, 2023
@kostja
Copy link
Contributor

kostja commented Apr 3, 2023

@yarongilor @elcallio write above that the error itself can be expected, it's merely a warning. Do you reproduce the crash? The crash should be gone by now.

@gusev-p
Copy link

gusev-p commented Apr 3, 2023

the warning problem is fixed here, schema commitlog is moved to another directory

@yarongilor
Copy link

@yarongilor @elcallio write above that the error itself can be expected, it's merely a warning. Do you reproduce the crash? The crash should be gone by now.

@kostja , no crashes reproduced, only the warnings

@mykaul mykaul added the P3 Medium Priority label Apr 3, 2023
@mykaul mykaul modified the milestones: 5.2, 5.3 Apr 3, 2023
@mykaul
Copy link
Contributor

mykaul commented Apr 3, 2023

Moving to 5.3, and reducing priority. Just a warning, shouldn't be in newer versions.

@kostja
Copy link
Contributor

kostja commented Apr 18, 2023

I don't think anything needs to be done for this issue. In 5.3 Raft will be using schema commit log.

@kostja kostja closed this as completed Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.