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

nodetool enablebinary starts the CQL server in the streaming group #15485

Closed
denesb opened this issue Sep 20, 2023 · 27 comments
Closed

nodetool enablebinary starts the CQL server in the streaming group #15485

denesb opened this issue Sep 20, 2023 · 27 comments
Assignees
Labels
Field-Tier1 Urgent issues as per FieldEngineering request P1 Urgent type/bug
Milestone

Comments

@denesb
Copy link
Contributor

denesb commented Sep 20, 2023

Summary

The CQL server is supposed to run in the statement group. However issuing nodetool disablebinary, followed by nodetool enablebinary will result in the CQL server being started in the streaming (maintenance) group, in which the REST API itself runs. This results in degraded performance for all subsequent queries, as the streaming group has much reduced shares, compared to the statement group. It will also result in semaphore mismatch errors from time-to-time, as reads arriving from remote nodes will have the correct, statement scheduling group, so reads switching between coordinators, will possibly experience switching between scheduling groups between different pages.

Original Description

Split out from #15373, for the full context see said issue.

Sep 09 06:48:57 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:  [shard  1:comp] compaction - [Compact scylla_bench.test f302e950-4edc-11ee-a933-46e16023851c] Compacting [/var/lib/scylla/data/scylla_bench/test-44281c604ec411eeb4bc46e96023851c/me-3g98_0ixi_5fh1c2kmoyc6bw46cc-big-Data.db:level=0:origin=memtable,/var/lib/scylla/data/scylla_bench/test-44281c604ec411eeb4bc46e96023851c/me-3g98_0ivx_0ufog2kmoyc6bw46cc-big-Data.db:level=0:origin=memtable]
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:  [shard  7:stat] querier_cache - looked-up reader belongs to different semaphore than the one appropriate for this query class: looked-up reader belongs to _streaming_concurrency_sem (0x60c00055e838) the query class appropriate is _read_concurrency_sem (0x60c00055e628), at: 0x5cd6afe 0x5cd70c0 0x5cd7398 0x58d38c7 0x44264e8 0x4424cf9 0x197bf30 0x31404a7 0x3141731 0x59049cf 0x5905ca7 0x5929743 0x58d460a /opt/scylladb/libreloc/libc.so.6+0x8c906 /opt/scylladb/libreloc/libc.so.6+0x11286f
                                                                                          --------
                                                                                          seastar::smp_message_queue::async_work_item<seastar::sharded<replica::database>::invoke_on<service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0, , seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(unsigned int, seastar::smp_submit_to_options, service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0&&)::{lambda()#1}>
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]: Aborting on shard 7.
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]: Backtrace:
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x58f3118
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x5929152
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   /opt/scylladb/libreloc/libc.so.6+0x3db6f
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   /opt/scylladb/libreloc/libc.so.6+0x8e843
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   /opt/scylladb/libreloc/libc.so.6+0x3dabd
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   /opt/scylladb/libreloc/libc.so.6+0x2687e
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x58d3947
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x44264e8
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x4424cf9
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x197bf30
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x31404a7
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x3141731
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x59049cf
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x5905ca7
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x5929743
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   0x58d460a
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   /opt/scylladb/libreloc/libc.so.6+0x8c906
Sep 09 06:48:59 longevity-large-partitions-200k-pks-db-node-acc10a03-0-4 scylla[6879]:   /opt/scylladb/libreloc/libc.so.6+0x11286f

Download the core:

gsutil cp gs:://upload.scylladb.com/core.scylla.113.c478b91c96f543f998ba0489a87d5cc7.52050.1694263831000000/core.scylla.113.c478b91c96f543f998ba0489a87d5cc7.52050.1694263831000000.gz .

I looked around in the core but I couldn't yet determine how this happened. This could be an old bug, only brought to the surface by #14736, which added semaphore check validation to the single-partition read path (before, only range scans had this check).

@denesb
Copy link
Contributor Author

denesb commented Sep 21, 2023

(gdb) info locals
querier_opt = <optimized out>
read_func = <optimized out>
reversed = <optimized out>
hit_rate = <optimized out>
ex = <optimized out>
result = <optimized out>
max_result_size = <optimized out>
cf = <optimized out>
semaphore = <optimized out>
__promise = <optimized out>
__coro_frame = <optimized out>

nice

@denesb
Copy link
Contributor Author

denesb commented Sep 21, 2023

I couldn't for the life of me dig out the schema pointer.

denesb added a commit to denesb/scylla that referenced this issue Sep 21, 2023
Also rephase the messages a bit so they are more uniform.
The goal of this change is to make semaphore mismatches easier to
diagnose, by including the table name and the permit name in the
printout.
While at it, add a test for semaphore mismatch, it didn't have one.

Refs: scylladb#15485
denesb added a commit to denesb/scylla that referenced this issue Sep 22, 2023
Also rephase the messages a bit so they are more uniform.
The goal of this change is to make semaphore mismatches easier to
diagnose, by including the table name and the permit name in the
printout.
While at it, add a test for semaphore mismatch, it didn't have one.

Refs: scylladb#15485
@fruch
Copy link
Contributor

fruch commented Oct 4, 2023

@denesb I think I'm seen this coredump again (on the same test case):

2023-09-30 06:50:02.355 <2023-09-30 06:38:23.000>: (CoreDumpEvent Severity.ERROR) period_type=one-time event_id=0218f0bc-6b3e-4849-b499-9bec3402b5ce node=Node longevity-large-partitions-200k-pks-db-node-d62e8bac-0-2 [104.196.126.188 | 10.142.0.111] (seed: True)
corefile_url=https://storage.cloud.google.com/upload.scylladb.com/core.scylla.113.3f568092e34f45429f017458b5217441.6818.1696055903000000/core.scylla.113.3f568092e34f45429f017458b5217441.6818.1696055903000000.gz
backtrace=           PID: 6818 (scylla)
UID: 113 (scylla)
GID: 120 (scylla)
Signal: 6 (ABRT)
Timestamp: Sat 2023-09-30 06:38:23 UTC (2min 31s 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: 3f568092e34f45429f017458b5217441
Machine ID: a514cb6f934611a91205bd40fe29d603
Hostname: longevity-large-partitions-200k-pks-db-node-d62e8bac-0-2
Storage: /var/lib/systemd/coredump/core.scylla.113.3f568092e34f45429f017458b5217441.6818.1696055903000000 (present)
Disk Size: 116.3G
Message: Process 6818 (scylla) of user 113 dumped core.

Stack trace of thread 6826:
#0  0x00007ff597b80884 __pthread_kill_implementation (libc.so.6 + 0x8e884)
#1  0x00007ff597b2fafe raise (libc.so.6 + 0x3dafe)
#2  0x00007ff597b1887f abort (libc.so.6 + 0x2687f)
#3  0x00000000059fa428 _ZN7seastar17on_internal_errorERNS_6loggerESt17basic_string_viewIcSt11char_traitsIcEE (scylla + 0x57fa428)
#4  0x0000000004511b49 _ZN5query13querier_cache14lookup_querierINS_7querierEEESt8optionalIT_ERSt18unordered_multimapIN5utils11tagged_uuidI12query_id_tagEESt10unique_ptrINS_12querier_baseESt14default_deleteISC_EESt4hashISA_ESt8equal_toISA_ESaISt4pairIKSA_SF_EEESA_RK6schemaN3dht21partition_ranges_viewERKNS_15partition_sliceER28reader_concurrency_semaphoreN7tracing15trace_state_ptrENSt6chrono10time_pointIN7seastar12lowres_clockENS12_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x4311b49)
#5  0x000000000451035a _ZN5query13querier_cache19lookup_data_querierEN5utils11tagged_uuidI12query_id_tagEERK6schemaRK20nonwrapping_intervalIN3dht13ring_positionEERKNS_15partition_sliceER28reader_concurrency_semaphoreN7tracing15trace_state_ptrENSt6chrono10time_pointIN7seastar12lowres_clockENSL_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x431035a)
#6  0x00000000019feec1 _ZN7replica8database5queryEN7seastar13lw_shared_ptrIK6schemaEERKN5query12read_commandENS6_14result_optionsERKSt6vectorI20nonwrapping_intervalIN3dht13ring_positionEESaISF_EEN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSM_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSX_19account_and_enforceEEE (scylla + 0x17feec1)
#7  0x00000000031fa918 _ZN7seastar8futurizeINS_6futureINS_3rpc5tupleIJNS_11foreign_ptrINS_13lw_shared_ptrIN5query6resultEEEEE17cache_temperatureEEEEEE6invokeIRZNS_7shardedIN7replica8databaseEE9invoke_onIZN7service13storage_proxy18query_result_localENS_10shared_ptrIKN7locator25effective_replication_mapEEENS5_IK6schemaEENS5_INS6_12read_commandEEERK20nonwrapping_intervalIN3dht13ring_positionEENS6_14result_optionsEN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENS15_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENS1G_19account_and_enforceEEEE3$_0JESC_EET1_jNS_21smp_submit_to_optionsEOT_DpOT0_EUlvE_JEEESC_S1O_S1R_ (scylla + 0x2ffa918)
#8  0x00000000031fbba2 _ZN7seastar17smp_message_queue15async_work_itemIZNS_7shardedIN7replica8databaseEE9invoke_onIZN7service13storage_proxy18query_result_localENS_10shared_ptrIKN7locator25effective_replication_mapEEENS_13lw_shared_ptrIK6schemaEENSE_IN5query12read_commandEEERK20nonwrapping_intervalIN3dht13ring_positionEENSI_14result_optionsEN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENSU_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENS15_19account_and_enforceEEEE3$_0JENS_6futureINS_3rpc5tupleIJNS_11foreign_ptrINSE_INSI_6resultEEEEE17cache_temperatureEEEEEEET1_jNS_21smp_submit_to_optionsEOT_DpOT0_EUlvE_E15run_and_disposeEv (scylla + 0x2ffbba2)
#9  0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#10 0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#11 0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#12 0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#13 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#14 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6838:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6844:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6843:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6847:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6841:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6839:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6848:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6845:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6846:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6837:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6840:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6836:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6849:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6819:
#0  0x0000000005a2ee68 _ZN7seastar17smp_message_queue16process_incomingEv (scylla + 0x582ee68)
#1  0x0000000005a387bf _ZN7seastar3smp11poll_queuesEv (scylla + 0x58387bf)
#2  0x0000000005a6e7eb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x586e7eb)
#3  0x0000000005a4f1d9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE3$_5E9_M_invokeERKSt9_Any_data (scylla + 0x584f1d9)
#4  0x0000000005a2c7c6 _ZN7seastar7reactor6do_runEv (scylla + 0x582c7c6)
#5  0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#6  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#7  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#8  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6833:
#0  0x000000000299e0d7 _ZN4cql39raw_value10make_valueERKNS_14raw_value_viewE (scylla + 0x279e0d7)
#1  0x00000000029e3a7a _ZNSt8__detail9__variant17__gen_vtable_implINS0_12_Multi_arrayIPFNS0_21__deduce_visit_resultIN4cql39raw_valueEEEOZNS4_4expr8evaluateERKNS7_10expressionERKNS7_17evaluation_inputsEE3$_0RSt7variantIJNS7_11conjunctionENS7_15binary_operatorENS7_12column_valueENS7_21unresolved_identifierENS7_25column_mutation_attributeENS7_13function_callENS7_4castENS7_15field_selectionENS7_13bind_variableENS7_16untyped_constantENS7_8constantENS7_17tuple_constructorENS7_22collection_constructorENS7_20usertype_constructorENS7_9subscriptENS7_9temporaryEEEEJEEESt16integer_sequenceImJLm8EEEE14__visit_invokeESF_SY_ (scylla + 0x27e3a7a)
#2  0x00000000029a89fe _ZN4cql34expr8evaluateERKNS0_10expressionERKNS_13query_optionsE (scylla + 0x27a89fe)
#3  0x0000000003418691 _ZN7seastar20noncopyable_functionIFbRKN4cql34expr10expressionEEE17direct_vtable_forIZNS2_19for_each_expressionINS2_15binary_operatorEZNS1_12restrictionsL33validate_primary_key_restrictionsERKNS1_13query_optionsERKSt6vectorIS3_SaIS3_EEE3$_0EEvS5_T0_EUlS5_E_E4callEPKS7_S5_ (scylla + 0x3218691)
#4  0x00000000029a83d9 _ZN4cql34expr13recurse_untilERKNS0_10expressionERKN7seastar20noncopyable_functionIFbS3_EEE (scylla + 0x27a83d9)
#5  0x00000000033fd6ee _ZNK4cql312restrictions22statement_restrictions20validate_primary_keyERKNS_13query_optionsE (scylla + 0x31fd6ee)
#6  0x0000000002bc1af5 _ZNK4cql310statements15batch_statement10do_executeERNS_15query_processorERN7service11query_stateERKNS_13query_optionsEbl (scylla + 0x29c1af5)
#7  0x0000000002bc9874 _ZN7seastar20noncopyable_functionIFNS_6futureINS_10shared_ptrIN13cql_transport8messages14result_messageEEEEEPKN4cql310statements15batch_statementERNS8_15query_processorERN7service11query_stateERKNS8_13query_optionsEblEE17direct_vtable_forISt7_Mem_fnIMSA_KFS7_SE_SH_SK_blEEE4callEPKSM_SC_SE_SH_SK_bl (scylla + 0x29c9874)
#8  0x0000000002bc9e2b _ZN7seastar20noncopyable_functionIFNS_6futureINS_10shared_ptrIN13cql_transport8messages14result_messageEEEEEPKN4cql310statements15batch_statementERNS8_15query_processorERN7service11query_stateERKNS8_13query_optionsEblEE17direct_vtable_forIZNS_35inheriting_concrete_execution_stageIS7_JSC_SE_SH_SK_blEE20make_stage_for_groupENS_16scheduling_groupEEUlSC_SE_SH_SK_blE_E4callEPKSM_SC_SE_SH_SK_bl (scylla + 0x29c9e2b)
#9  0x0000000002bc9aa9 _ZN7seastar24concrete_execution_stageINS_6futureINS_10shared_ptrIN13cql_transport8messages14result_messageEEEEEJPKN4cql310statements15batch_statementERNS8_15query_processorERN7service11query_stateERKNS8_13query_optionsEblEE8do_flushEv (scylla + 0x29c9aa9)
#10 0x00000000059d6353 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x57d6353)
#11 0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#12 0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#13 0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#14 0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#15 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#16 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6827:
#0  0x0000000003d9c115 _ZNK3dht19murmur3_partitioner9get_tokenERK6schema18partition_key_view (scylla + 0x3b9c115)
#1  0x0000000001c800ab _ZN7replica8memtable5applyERK15frozen_mutationRKN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleE (scylla + 0x1a800ab)
#2  0x0000000001bcb561 _ZN7seastar8futurizeIvE6invokeIRZN7replica5table5applyERK15frozen_mutationNS_13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEEE3$_0JEEENS_6futureIvEEOT_DpOT0_ (scylla + 0x19cb561)
#3  0x0000000001b42bdf _ZN7replica5table5applyERK15frozen_mutationN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS4_12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x1942bdf)
#4  0x00000000019aa003 _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x17aa003)
#5  0x0000000001a59fe2 _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 + 0x1859fe2)
#6  0x0000000001a7c37c _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 + 0x187c37c)
#7  0x0000000001a7bf49 _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 + 0x187bf49)
#8  0x00000000059d6353 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x57d6353)
#9  0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#10 0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#11 0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#12 0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#13 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#14 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6830:
#0  0x00000000037d151b _ZZN2db9commitlog9add_entryERKN5utils11tagged_uuidI12table_id_tagEERK22commitlog_entry_writerNSt6chrono10time_pointIN7seastar12lowres_clockENSA_8durationIlSt5ratioILl1ELl1000000000EEEEEEEN15cl_entry_writer6resultEmNS_9rp_handleE (scylla + 0x35d151b)
#1  0x00000000037f95c3 _ZN2db9commitlog7segment8allocateERNS0_12entry_writerERN7seastar15semaphore_unitsINS0_15segment_manager44request_controller_timeout_exception_factoryENS4_12lowres_clockEEENSt6chrono10time_pointIS8_NSB_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x35f95c3)
#2  0x00000000037c0bc5 _ZN2db9commitlog15segment_manager22allocate_when_possibleIZNS0_9add_entryERKN5utils11tagged_uuidI12table_id_tagEERK22commitlog_entry_writerNSt6chrono10time_pointIN7seastar12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEEE15cl_entry_writerNS_9rp_handleEEENSE_6futureIT0_EET_SK_ (scylla + 0x35c0bc5)
#3  0x00000000037bfb4e _ZN2db9commitlog9add_entryERKN5utils11tagged_uuidI12table_id_tagEERK22commitlog_entry_writerNSt6chrono10time_pointIN7seastar12lowres_clockENSA_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x35bfb4e)
#4  0x00000000019a9a76 _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x17a9a76)
#5  0x0000000001a59fe2 _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 + 0x1859fe2)
#6  0x0000000001a7c37c _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 + 0x187c37c)
#7  0x0000000001a7bf49 _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 + 0x187bf49)
#8  0x00000000059d6353 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x57d6353)
#9  0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#10 0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#11 0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#12 0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#13 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#14 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6820:
#0  0x0000000001c80ad1 _ZN7replica8memtable5applyERK15frozen_mutationRKN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleE (scylla + 0x1a80ad1)
#1  0x0000000001bcb561 _ZN7seastar8futurizeIvE6invokeIRZN7replica5table5applyERK15frozen_mutationNS_13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEEE3$_0JEEENS_6futureIvEEOT_DpOT0_ (scylla + 0x19cb561)
#2  0x0000000001b42bdf _ZN7replica5table5applyERK15frozen_mutationN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS4_12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x1942bdf)
#3  0x00000000019aa003 _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x17aa003)
#4  0x0000000001a59fe2 _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 + 0x1859fe2)
#5  0x0000000001a7c37c _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 + 0x187c37c)
#6  0x0000000001a7bf49 _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 + 0x187bf49)
#7  0x00000000059d6353 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x57d6353)
#8  0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#9  0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#10 0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#11 0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#12 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#13 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6824:
#0  0x00007ff597c068eb sendmsg (libc.so.6 + 0x1148eb)
#1  0x0000000005a6bd2b _ZN7seastar9file_desc7sendmsgEPK6msghdri (scylla + 0x586bd2b)
#2  0x0000000005a447a3 _ZN7seastar6futureIvE9then_implIZNS_7reactor10do_sendmsgERNS_17pollable_fd_stateERNS_3net6packetEE3$_0NS0_ImEEEET0_OT_ (scylla + 0x58447a3)
#3  0x0000000005a1165a _ZN7seastar7reactor10do_sendmsgERNS_17pollable_fd_stateERNS_3net6packetE (scylla + 0x581165a)
#4  0x0000000005a75acd _ZN7seastar19reactor_backend_aio7sendmsgERNS_17pollable_fd_stateERNS_3net6packetE (scylla + 0x5875acd)
#5  0x0000000005a11b58 _ZN7seastar17pollable_fd_state9write_allERNS_3net6packetE (scylla + 0x5811b58)
#6  0x0000000005eaa314 _ZN7seastar3net20posix_data_sink_impl3putENS0_6packetE (scylla + 0x5caa314)
#7  0x0000000005a08391 _ZN7seastar9data_sink3putENS_3net6packetE (scylla + 0x5808391)
#8  0x0000000005a082ab _ZN7seastar13output_streamIcE8do_flushEv (scylla + 0x58082ab)
#9  0x0000000005a56c0b _ZN7seastar13output_streamIcE10poll_flushEv (scylla + 0x5856c0b)
#10 0x0000000005a6ec0a _ZN7seastar7reactor18batch_flush_pollfn4pollEv (scylla + 0x586ec0a)
#11 0x0000000005a4f1d9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE3$_5E9_M_invokeERKSt9_Any_data (scylla + 0x584f1d9)
#12 0x0000000005a2c7c6 _ZN7seastar7reactor6do_runEv (scylla + 0x582c7c6)
#13 0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#14 0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#15 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#16 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6835:
#0  0x00007ff597c5cf6d __memcpy_evex_unaligned_erms (libc.so.6 + 0x16af6d)
#1  0x000000000171abf2 _ZZN7seastar3rpc13do_unmarshallIN4netw10serializerENS_19memory_input_streamIN9__gnu_cxx17__normal_iteratorIPNS_16temporary_bufferIcEESt6vectorIS8_SaIS8_EEEEEEJ15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESJ_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEENSL_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSU_19account_and_enforceEEEEENSL_IN7service13fencing_tokenEEEEEESt5tupleIJDpT1_EERNS0_10connectionERT0_ENKUlDpRT_E_clIJSM_ISF_ESM_ISK_ESM_ISJ_ESM_IjESM_ImESM_ISQ_ESM_ISY_ESM_IS11_EEEEDaS1C_ (scylla + 0x151abf2)
#2  0x00000000017191fc _ZZZZN7seastar3rpc11recv_helperIN4netw10serializerESt8functionIFNS_6futureINS0_12no_wait_typeEEERKNS0_11client_infoENS0_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEENSI_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSR_19account_and_enforceEEEEENSI_IN7service13fencing_tokenEEEEES7_JSC_SH_SG_jmSN_SV_SY_ENS0_19do_want_client_infoENS0_18do_want_time_pointEEEDaNS0_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS0_6server10connectionEEESJ_INSt6chrono10time_pointINS_12lowres_clockENS1H_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS0_7rcv_bufEE_clES1G_S1P_lS1Q_ENUlT_E_clINS_15semaphore_unitsINS_35semaphore_default_exception_factoryES1J_EEEEDaS1S_ENUlvE_clEv (scylla + 0x15191fc)
#3  0x000000000171864a _ZZZN7seastar3rpc11recv_helperIN4netw10serializerESt8functionIFNS_6futureINS0_12no_wait_typeEEERKNS0_11client_infoENS0_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEENSI_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSR_19account_and_enforceEEEEENSI_IN7service13fencing_tokenEEEEES7_JSC_SH_SG_jmSN_SV_SY_ENS0_19do_want_client_infoENS0_18do_want_time_pointEEEDaNS0_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS0_6server10connectionEEESJ_INSt6chrono10time_pointINS_12lowres_clockENS1H_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS0_7rcv_bufEE_clES1G_S1P_lS1Q_ENUlT_E_clINS_15semaphore_unitsINS_35semaphore_default_exception_factoryES1J_EEEEDaS1S_ (scylla + 0x151864a)
#4  0x0000000001717ce6 _ZN7seastar6futureINS_15semaphore_unitsINS_35semaphore_default_exception_factoryENS_12lowres_clockEEEE9then_implIZZNS_3rpc11recv_helperIN4netw10serializerESt8functionIFNS0_INS7_12no_wait_typeEEERKNS7_11client_infoENS7_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESM_jmNS7_8optionalISt8optionalIN7tracing10trace_infoEEEENSO_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSX_19account_and_enforceEEEEENSO_IN7service13fencing_tokenEEEEESD_JSI_SN_SM_jmST_S11_S14_ENS7_19do_want_client_infoENS7_18do_want_time_pointEEEDaNS7_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS7_6server10connectionEEESP_INSt6chrono10time_pointIS3_NS1N_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS7_7rcv_bufEE_clES1M_S1U_lS1V_EUlT_E_NS0_IvEEEES1F_OS1X_ (scylla + 0x1517ce6)
#5  0x0000000001715da2 _ZZN7seastar3rpc11recv_helperIN4netw10serializerESt8functionIFNS_6futureINS0_12no_wait_typeEEERKNS0_11client_infoENS0_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEENSI_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSR_19account_and_enforceEEEEENSI_IN7service13fencing_tokenEEEEES7_JSC_SH_SG_jmSN_SV_SY_ENS0_19do_want_client_infoENS0_18do_want_time_pointEEEDaNS0_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS0_6server10connectionEEESJ_INSt6chrono10time_pointINS_12lowres_clockENS1H_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS0_7rcv_bufEE_clES1G_S1P_lS1Q_ (scylla + 0x1515da2)
#6  0x000000000171511f _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_infoEEEENS10_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENS18_19account_and_enforceEEEEENS10_IN7service13fencing_tokenEEEEESP_JSU_SZ_SY_jmS14_S1C_S1F_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 + 0x151511f)
#7  0x0000000005f0e75a _ZZZZZZN7seastar3rpc6server10connection7processEvEN3$_0clEvENKUlvE_clEvENUlvE0_clEvENKUlSt5tupleIJSt8optionalImEmlS7_INS0_7rcv_bufEEEEE_clESB_ENUlvE_clEv (scylla + 0x5d0e75a)
#8  0x0000000005f0e321 _ZZZZZN7seastar3rpc6server10connection7processEvEN3$_0clEvENKUlvE_clEvENUlvE0_clEvENKUlSt5tupleIJSt8optionalImEmlS7_INS0_7rcv_bufEEEEE_clESB_ (scylla + 0x5d0e321)
#9  0x0000000005f0edca _ZN7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZZZNS_3rpc6server10connection7processEvEN3$_0clEvENKUlvE_clEvENUlvE0_clEvEUlSt5tupleIJSt8optionalImEmlSB_INS4_7rcv_bufEEEEE_ZNS_6futureISF_E14then_impl_nrvoISG_NSH_IvEEEET0_OT_EUlOS3_RSG_ONS_12future_stateISF_EEE_SF_E15run_and_disposeEv (scylla + 0x5d0edca)
#10 0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#11 0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#12 0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#13 0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#14 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#15 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6818:
#0  0x00007ff597c068eb sendmsg (libc.so.6 + 0x1148eb)
#1  0x0000000005a6bd2b _ZN7seastar9file_desc7sendmsgEPK6msghdri (scylla + 0x586bd2b)
#2  0x0000000005a447a3 _ZN7seastar6futureIvE9then_implIZNS_7reactor10do_sendmsgERNS_17pollable_fd_stateERNS_3net6packetEE3$_0NS0_ImEEEET0_OT_ (scylla + 0x58447a3)
#3  0x0000000005a1165a _ZN7seastar7reactor10do_sendmsgERNS_17pollable_fd_stateERNS_3net6packetE (scylla + 0x581165a)
#4  0x0000000005a75acd _ZN7seastar19reactor_backend_aio7sendmsgERNS_17pollable_fd_stateERNS_3net6packetE (scylla + 0x5875acd)
#5  0x0000000005a11b58 _ZN7seastar17pollable_fd_state9write_allERNS_3net6packetE (scylla + 0x5811b58)
#6  0x0000000005eaa314 _ZN7seastar3net20posix_data_sink_impl3putENS0_6packetE (scylla + 0x5caa314)
#7  0x0000000005a08391 _ZN7seastar9data_sink3putENS_3net6packetE (scylla + 0x5808391)
#8  0x0000000005a082ab _ZN7seastar13output_streamIcE8do_flushEv (scylla + 0x58082ab)
#9  0x0000000005a56c0b _ZN7seastar13output_streamIcE10poll_flushEv (scylla + 0x5856c0b)
#10 0x0000000005a6ec0a _ZN7seastar7reactor18batch_flush_pollfn4pollEv (scylla + 0x586ec0a)
#11 0x0000000005a4f1d9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE3$_5E9_M_invokeERKSt9_Any_data (scylla + 0x584f1d9)
#12 0x0000000005a2c7c6 _ZN7seastar7reactor6do_runEv (scylla + 0x582c7c6)
#13 0x0000000005a2bafa _ZN7seastar7reactor3runEv (scylla + 0x582bafa)
#14 0x00000000059ce3d8 _ZN7seastar12app_template14run_deprecatedEiPPcOSt8functionIFvvEE (scylla + 0x57ce3d8)
#15 0x00000000059cd58d _ZN7seastar12app_template3runEiPPcOSt8functionIFNS_6futureIiEEvEE (scylla + 0x57cd58d)
#16 0x0000000001303090 _ZL11scylla_mainiPPc (scylla + 0x1103090)
#17 0x0000000001304b01 _ZNKSt8functionIFiiPPcEEclEiS1_ (scylla + 0x1104b01)
#18 0x00000000013015dd main (scylla + 0x11015dd)
#19 0x00007ff597b19b8a __libc_start_call_main (libc.so.6 + 0x27b8a)
#20 0x00007ff597b19c4b __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x27c4b)
#21 0x00000000012ff225 _start (scylla + 0x10ff225)
Stack trace of thread 6831:
#0  0x0000000003d9c074 _ZNK3dht19murmur3_partitioner9get_tokenERK6schema18partition_key_view (scylla + 0x3b9c074)
#1  0x00000000030bb5aa _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 + 0x2ebb5aa)
#2  0x0000000003b33382 _ZZN2db4view21view_update_generator9mutate_MVEN3dht5tokenEN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EEERNS0_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrEN7seastar15semaphore_unitsINSF_33default_timeout_exception_factoryENSF_12lowres_clockEEENSF_10bool_classIN7service15allow_hints_tagEEENSK_INS0_24wait_for_all_updates_tagEEEEN3$_0clES6_ (scylla + 0x3933382)
#3  0x0000000003b310ab _ZZZZN7seastar23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS3_EES6_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES4_RNS8_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSN_INS8_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS0_IS6_S6_ST_EESV_SW_SX_mSZ_E5stateE_clES11_ENKUlvE0_clEvENUlvE_clEv (scylla + 0x39310ab)
#4  0x0000000003b3046b _ZZZN7seastar23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS3_EES6_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES4_RNS8_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSN_INS8_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS0_IS6_S6_ST_EESV_SW_SX_mSZ_E5stateE_clES11_ENKUlvE0_clEv (scylla + 0x393046b)
#5  0x0000000003b3918d _ZN7seastar8internal14do_until_stateIZZNS_23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS5_EES8_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES6_RNSA_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSP_INSA_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS2_IS8_S8_SV_EESX_SY_SZ_mS11_E5stateE_clES13_EUlvE_ZZNS2_IS8_S8_SV_EESX_SY_SZ_mS11_ENKS14_clES13_EUlvE0_E15run_and_disposeEv (scylla + 0x393918d)
#6  0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#7  0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#8  0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#9  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#10 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#11 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6832:
#0  0x00000000032bf59b _ZN7service13storage_proxy6remote12handle_writeIN5utils11tagged_uuidI24table_schema_version_tagEE15frozen_mutationZNS1_24receive_mutation_handlerEN7seastar17smp_service_groupERKNS8_3rpc11client_infoENSA_14opt_time_pointES7_NS3_12small_vectorIN3gms12inet_addressELm3EEESH_jmNSA_8optionalISt8optionalIN7tracing10trace_infoEEEENSJ_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSS_19account_and_enforceEEEEENSJ_INS_13fencing_tokenEEEEUlRNS8_10shared_ptrIS0_EENSL_15trace_state_ptrENS8_13lw_shared_ptrIK6schemaEERKS7_NSt6chrono10time_pointINS8_12lowres_clockENS19_8durationIlSt5ratioILl1ELl1000000000EEEEEESX_E_ZNS1_24receive_mutation_handlerES9_SD_SE_S7_SI_SH_jmSO_SW_SY_EUlS11_N4netw8msg_addrES1G_S18_SH_jmRKSN_SX_E_EENS8_6futureINSA_12no_wait_typeEEES1J_SE_T_T0_RKSI_SH_jmS1L_SX_OT1_OT2_.resume (scylla + 0x30bf59b)
#1  0x000000000321e65e _ZN7seastar9coroutine3allIJNS_6futureIvEES3_EE17intermediate_taskILm0EE15run_and_disposeEv (scylla + 0x301e65e)
#2  0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#3  0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#4  0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#5  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#6  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#7  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6834:
#0  0x0000000001e65ada _ZNK23mutation_partition_view9do_acceptI17partition_builderEEvRK14column_mappingRT_ (scylla + 0x1c65ada)
#1  0x0000000001c80248 _ZN7replica8memtable5applyERK15frozen_mutationRKN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleE (scylla + 0x1a80248)
#2  0x0000000001bcb561 _ZN7seastar8futurizeIvE6invokeIRZN7replica5table5applyERK15frozen_mutationNS_13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS_12lowres_clockENSF_8durationIlSt5ratioILl1ELl1000000000EEEEEEE3$_0JEEENS_6futureIvEEOT_DpOT0_ (scylla + 0x19cb561)
#3  0x0000000001b42bdf _ZN7replica5table5applyERK15frozen_mutationN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS4_12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x1942bdf)
#4  0x0000000001aa1d25 _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE.resume (scylla + 0x18a1d25)
#5  0x000000000137eadb _ZN7seastar8internal21coroutine_traits_baseIvE12promise_type15run_and_disposeEv (scylla + 0x117eadb)
#6  0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#7  0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#8  0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#9  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#10 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#11 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6828:
#0  0x0000000003d9c2f7 _ZNK3dht19murmur3_partitioner9get_tokenERK6schema18partition_key_view (scylla + 0x3b9c2f7)
#1  0x00000000030bb5aa _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 + 0x2ebb5aa)
#2  0x000000000321d356 _ZZN7service13storage_proxy6remote12handle_writeIN5utils11tagged_uuidI24table_schema_version_tagEE15frozen_mutationZNS1_24receive_mutation_handlerEN7seastar17smp_service_groupERKNS8_3rpc11client_infoENSA_14opt_time_pointES7_NS3_12small_vectorIN3gms12inet_addressELm3EEESH_jmNSA_8optionalISt8optionalIN7tracing10trace_infoEEEENSJ_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSS_19account_and_enforceEEEEENSJ_INS_13fencing_tokenEEEEUlRNS8_10shared_ptrIS0_EENSL_15trace_state_ptrENS8_13lw_shared_ptrIK6schemaEERKS7_NSt6chrono10time_pointINS8_12lowres_clockENS19_8durationIlSt5ratioILl1ELl1000000000EEEEEESX_E_ZNS1_24receive_mutation_handlerES9_SD_SE_S7_SI_SH_jmSO_SW_SY_EUlS11_N4netw8msg_addrES1G_S18_SH_jmRKSN_SX_E_EENS8_6futureINSA_12no_wait_typeEEES1J_SE_T_T0_RKSI_SH_jmS1L_SX_OT1_OT2_ENKUlvE0_clEv (scylla + 0x301d356)
#3  0x000000000321bff6 _ZN7seastar9coroutine3allIJNS_6futureIvEES3_EEC2IJZN7service13storage_proxy6remote12handle_writeIN5utils11tagged_uuidI24table_schema_version_tagEE15frozen_mutationZNS8_24receive_mutation_handlerENS_17smp_service_groupERKNS_3rpc11client_infoENSG_14opt_time_pointESE_NSA_12small_vectorIN3gms12inet_addressELm3EEESN_jmNSG_8optionalISt8optionalIN7tracing10trace_infoEEEENSP_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSY_19account_and_enforceEEEEENSP_INS6_13fencing_tokenEEEEUlRNS_10shared_ptrIS7_EENSR_15trace_state_ptrENS_13lw_shared_ptrIK6schemaEERKSE_NSt6chrono10time_pointINS_12lowres_clockENS1F_8durationIlSt5ratioILl1ELl1000000000EEEEEES13_E_ZNS8_24receive_mutation_handlerESF_SJ_SK_SE_SO_SN_jmSU_S12_S14_EUlS17_N4netw8msg_addrES1M_S1E_SN_jmRKST_S13_E_EENS2_INSG_12no_wait_typeEEES1P_SK_T_T0_RKSO_SN_jmS1R_S13_OT1_OT2_EUlvE0_ZNS9_ISD_SE_S1N_S1S_EES1U_S1P_SK_S1V_S1W_S1Y_SN_jmS1R_S13_S20_S22_EUlvE1_EEEDpOT_ (scylla + 0x301bff6)
#4  0x000000000321ae01 _ZN7service13storage_proxy6remote12handle_writeIN5utils11tagged_uuidI24table_schema_version_tagEE15frozen_mutationZNS1_24receive_mutation_handlerEN7seastar17smp_service_groupERKNS8_3rpc11client_infoENSA_14opt_time_pointES7_NS3_12small_vectorIN3gms12inet_addressELm3EEESH_jmNSA_8optionalISt8optionalIN7tracing10trace_infoEEEENSJ_ISt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSS_19account_and_enforceEEEEENSJ_INS_13fencing_tokenEEEEUlRNS8_10shared_ptrIS0_EENSL_15trace_state_ptrENS8_13lw_shared_ptrIK6schemaEERKS7_NSt6chrono10time_pointINS8_12lowres_clockENS19_8durationIlSt5ratioILl1ELl1000000000EEEEEESX_E_ZNS1_24receive_mutation_handlerES9_SD_SE_S7_SI_SH_jmSO_SW_SY_EUlS11_N4netw8msg_addrES1G_S18_SH_jmRKSN_SX_E_EENS8_6futureINSA_12no_wait_typeEEES1J_SE_T_T0_RKSI_SH_jmS1L_SX_OT1_OT2_ (scylla + 0x301ae01)
#5  0x0000000003211210 _ZN7service13storage_proxy6remote29receive_hint_mutation_handlerERKN7seastar3rpc11client_infoENS3_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESC_jmNS3_8optionalISt8optionalIN7tracing10trace_infoEEEENSE_INS_13fencing_tokenEEE (scylla + 0x3011210)
#6  0x000000000321eeb2 _ZNSt17_Function_handlerIFN7seastar6futureINS0_3rpc12no_wait_typeEEERKNS2_11client_infoENS2_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESD_jmNS2_8optionalISt8optionalIN7tracing10trace_infoEEEENSF_IN7service13fencing_tokenEEEESt11_Bind_frontIMNSL_13storage_proxy6remoteEFS4_S7_S8_S9_SE_SD_jmSK_SN_EJPSR_EEE9_M_invokeERKSt9_Any_dataS7_OS8_OS9_OSE_OSD_OjOmOSK_OSN_ (scylla + 0x301eeb2)
#7  0x00000000017431de _ZZZZN7seastar3rpc11recv_helperIN4netw10serializerESt8functionIFNS_6futureINS0_12no_wait_typeEEERKNS0_11client_infoENS0_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEENSI_IN7service13fencing_tokenEEEEES7_JSC_SH_SG_jmSN_SQ_ENS0_19do_want_client_infoENS0_18do_want_time_pointEEEDaNS0_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS0_6server10connectionEEESJ_INSt6chrono10time_pointINS_12lowres_clockENS19_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS0_7rcv_bufEE_clES18_S1H_lS1I_ENUlT_E_clINS_15semaphore_unitsINS_35semaphore_default_exception_factoryES1B_EEEEDaS1K_ENUlvE_clEv (scylla + 0x15431de)
#8  0x0000000001741dfa _ZZZN7seastar3rpc11recv_helperIN4netw10serializerESt8functionIFNS_6futureINS0_12no_wait_typeEEERKNS0_11client_infoENS0_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEENSI_IN7service13fencing_tokenEEEEES7_JSC_SH_SG_jmSN_SQ_ENS0_19do_want_client_infoENS0_18do_want_time_pointEEEDaNS0_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS0_6server10connectionEEESJ_INSt6chrono10time_pointINS_12lowres_clockENS19_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS0_7rcv_bufEE_clES18_S1H_lS1I_ENUlT_E_clINS_15semaphore_unitsINS_35semaphore_default_exception_factoryES1B_EEEEDaS1K_ (scylla + 0x1541dfa)
#9  0x0000000001741496 _ZN7seastar6futureINS_15semaphore_unitsINS_35semaphore_default_exception_factoryENS_12lowres_clockEEEE9then_implIZZNS_3rpc11recv_helperIN4netw10serializerESt8functionIFNS0_INS7_12no_wait_typeEEERKNS7_11client_infoENS7_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESM_jmNS7_8optionalISt8optionalIN7tracing10trace_infoEEEENSO_IN7service13fencing_tokenEEEEESD_JSI_SN_SM_jmST_SW_ENS7_19do_want_client_infoENS7_18do_want_time_pointEEEDaNS7_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS7_6server10connectionEEESP_INSt6chrono10time_pointIS3_NS1F_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS7_7rcv_bufEE_clES1E_S1M_lS1N_EUlT_E_NS0_IvEEEES17_OS1P_ (scylla + 0x1541496)
#10 0x000000000173f552 _ZZN7seastar3rpc11recv_helperIN4netw10serializerESt8functionIFNS_6futureINS0_12no_wait_typeEEERKNS0_11client_infoENS0_14opt_time_pointE15frozen_mutationN5utils12small_vectorIN3gms12inet_addressELm3EEESG_jmNS0_8optionalISt8optionalIN7tracing10trace_infoEEEENSI_IN7service13fencing_tokenEEEEES7_JSC_SH_SG_jmSN_SQ_ENS0_19do_want_client_infoENS0_18do_want_time_pointEEEDaNS0_9signatureIFT1_DpT2_EEEOT0_T3_T4_ENUlNS_10shared_ptrINS0_6server10connectionEEESJ_INSt6chrono10time_pointINS_12lowres_clockENS19_8durationIlSt5ratioILl1ELl1000000000EEEEEEElNS0_7rcv_bufEE_clES18_S1H_lS1I_ (scylla + 0x153f552)
#11 0x000000000173e8cf _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_infoEEEENS10_IN7service13fencing_tokenEEEEESP_JSU_SZ_SY_jmS14_S17_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 + 0x153e8cf)
#12 0x0000000005f0e75a _ZZZZZZN7seastar3rpc6server10connection7processEvEN3$_0clEvENKUlvE_clEvENUlvE0_clEvENKUlSt5tupleIJSt8optionalImEmlS7_INS0_7rcv_bufEEEEE_clESB_ENUlvE_clEv (scylla + 0x5d0e75a)
#13 0x0000000005f0e321 _ZZZZZN7seastar3rpc6server10connection7processEvEN3$_0clEvENKUlvE_clEvENUlvE0_clEvENKUlSt5tupleIJSt8optionalImEmlS7_INS0_7rcv_bufEEEEE_clESB_ (scylla + 0x5d0e321)
#14 0x0000000005f0df44 _ZZZZN7seastar3rpc6server10connection7processEvEN3$_0clEvENKUlvE_clEvENUlvE0_clEv (scylla + 0x5d0df44)
#15 0x0000000005f0f026 _ZN7seastar8internal14do_until_stateIZZZNS_3rpc6server10connection7processEvEN3$_0clEvENKUlvE_clEvEUlvE_ZZZNS4_7processEvENS5_clEvENKS6_clEvEUlvE0_E15run_and_disposeEv (scylla + 0x5d0f026)
#16 0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#17 0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#18 0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#19 0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#20 0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#21 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6829:
#0  0x0000000003d9bfc4 _ZNK3dht19murmur3_partitioner9get_tokenERK6schema18partition_key_view (scylla + 0x3b9bfc4)
#1  0x0000000003b31c5e _ZZN2db4view21view_update_generator9mutate_MVEN3dht5tokenEN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EEERNS0_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrEN7seastar15semaphore_unitsINSF_33default_timeout_exception_factoryENSF_12lowres_clockEEENSF_10bool_classIN7service15allow_hints_tagEEENSK_INS0_24wait_for_all_updates_tagEEEEN3$_0clES6_ (scylla + 0x3931c5e)
#2  0x0000000003b310ab _ZZZZN7seastar23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS3_EES6_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES4_RNS8_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSN_INS8_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS0_IS6_S6_ST_EESV_SW_SX_mSZ_E5stateE_clES11_ENKUlvE0_clEvENUlvE_clEv (scylla + 0x39310ab)
#3  0x0000000003b3046b _ZZZN7seastar23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS3_EES6_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES4_RNS8_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSN_INS8_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS0_IS6_S6_ST_EESV_SW_SX_mSZ_E5stateE_clES11_ENKUlvE0_clEv (scylla + 0x393046b)
#4  0x0000000003b3918d _ZN7seastar8internal14do_until_stateIZZNS_23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS5_EES8_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES6_RNSA_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSP_INSA_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS2_IS8_S8_SV_EESX_SY_SZ_mS11_E5stateE_clES13_EUlvE_ZZNS2_IS8_S8_SV_EESX_SY_SZ_mS11_ENKS14_clES13_EUlvE0_E15run_and_disposeEv (scylla + 0x393918d)
#5  0x0000000005a2b4b0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x582b4b0)
#6  0x0000000005a2c788 _ZN7seastar7reactor6do_runEv (scylla + 0x582c788)
#7  0x0000000005a501d4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58501d4)
#8  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#9  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#10 0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 6842:
#0  0x00007ff597bf30fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005a73385 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x5873385)
#2  0x0000000005a73693 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1EPNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x5873693)
#3  0x00000000059fb0eb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x57fb0eb)
#4  0x00007ff597b7e947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007ff597c04870 __clone3 (libc.so.6 + 0x112870)
download_instructions=gsutil cp gs://upload.scylladb.com/core.scylla.113.3f568092e34f45429f017458b5217441.6818.1696055903000000/core.scylla.113.3f568092e34f45429f017458b5217441.6818.1696055903000000.gz .
gunzip /var/lib/systemd/coredump/core.scylla.113.3f568092e34f45429f017458b5217441.6818.1696055903000000.gz

Installation details

Kernel Version: 5.15.0-1042-gcp
Scylla version (or git commit hash): 5.4.0~dev-20230927.0f22e8d196af with build-id 2c911e6e2b12c7d0c19f67f76711e0c1adfea3cb

Cluster size: 5 nodes (n2-highmem-16)

Scylla Nodes used in this run:

  • longevity-large-partitions-200k-pks-db-node-d62e8bac-0-5 (34.73.186.36 | 10.142.15.201) (shards: 14)
  • longevity-large-partitions-200k-pks-db-node-d62e8bac-0-4 (35.185.70.10 | 10.142.0.126) (shards: 14)
  • longevity-large-partitions-200k-pks-db-node-d62e8bac-0-3 (34.23.183.204 | 10.142.0.117) (shards: 14)
  • longevity-large-partitions-200k-pks-db-node-d62e8bac-0-2 (104.196.126.188 | 10.142.0.111) (shards: 14)
  • longevity-large-partitions-200k-pks-db-node-d62e8bac-0-1 (34.23.246.198 | 10.142.0.108) (shards: 14)

OS / Image: https://www.googleapis.com/compute/v1/projects/scylla-images/global/images/scylla-5-4-0-dev-x86-64-2023-09-27t07-11-58 (gce: undefined_region)

Test: longevity-large-partition-200k-pks-4days-gce-test
Test id: d62e8bac-0b6e-497f-9252-8e0caf61625f
Test name: scylla-master/longevity/longevity-large-partition-200k-pks-4days-gce-test
Test config file(s):

Logs and commands
  • Restore Monitor Stack command: $ hydra investigate show-monitor d62e8bac-0b6e-497f-9252-8e0caf61625f
  • Restore monitor on AWS instance using Jenkins job
  • Show all stored logs command: $ hydra investigate show-logs d62e8bac-0b6e-497f-9252-8e0caf61625f

Logs:

Jenkins job URL
Argus

@denesb
Copy link
Contributor Author

denesb commented Oct 4, 2023

Unfortunately #15508 was still not merged :(.

xemul pushed a commit that referenced this issue Oct 5, 2023
Also rephase the messages a bit so they are more uniform.
The goal of this change is to make semaphore mismatches easier to
diagnose, by including the table name and the permit name in the
printout.
While at it, add a test for semaphore mismatch, it didn't have one.

Refs: #15485

Closes #15508
@denesb denesb self-assigned this Nov 6, 2023
@mykaul mykaul added the P1 Urgent label Nov 6, 2023
@mykaul mykaul added this to the 6.0 milestone Nov 6, 2023
@mykaul mykaul added Backport candidate backport/5.4 Issues that should be backported to 5.4 branch once they'll be fixed labels Nov 6, 2023
@enaydanov
Copy link
Contributor

Got it again during the same test on master:

2023-11-04T08:02:19.031+00:00 longevity-large-partitions-200k-pks-db-node-e89d0377-0-4      !ERR | scylla[7471]:  [shard  2:strm] querier_cache - semaphore mismatch detected, dropping reader scylla_bench.test:data-query: reader belongs to _read_concurrency_sem (0x6040004de628) but the query class appropriate is _streaming_concurrency_sem (0x6040004de838), at: 0x5fc639e 0x5fc6960 0x5fc6c38 0x5a911b7 0x4567983 0x4566129 0x1a3b09b 0x3237a67 0x3238cf1 0x5ac249f 0x5ac3777 0x5ae73c3 0x5a91efa /opt/scylladb/libreloc/libc.so.6+0x8c946 /opt/scylladb/libreloc/libc.so.6+0x11286f
2023-11-04 08:02:19.090 <2023-11-04 08:02:19.031>: (DatabaseLogEvent Severity.ERROR) period_type=one-time event_id=00d83aa1-8dcc-426d-b171-f96888d1047f: type=ABORTING_ON_SHARD regex=Aborting on shard line_number=6469 node=longevity-large-partitions-200k-pks-db-node-e89d0377-0-4
2023-11-04T08:02:19.031+00:00 longevity-large-partitions-200k-pks-db-node-e89d0377-0-4     !INFO | scylla[7471]: Aborting on shard 2.
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:68
(inlined by) seastar::backtrace_buffer::append_backtrace() at ./build/release/seastar/./seastar/src/core/reactor.cc:822
(inlined by) seastar::print_with_backtrace(seastar::backtrace_buffer&, bool) at ./build/release/seastar/./seastar/src/core/reactor.cc:852
seastar::print_with_backtrace(char const*, bool) at ./build/release/seastar/./seastar/src/core/reactor.cc:864
(inlined by) seastar::sigabrt_action() at ./build/release/seastar/./seastar/src/core/reactor.cc:4031
(inlined by) operator() at ./build/release/seastar/./seastar/src/core/reactor.cc:4007
(inlined by) __invoke at ./build/release/seastar/./seastar/src/core/reactor.cc:4003
?? ??:0
?? ??: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:57
std::optional<query::querier> query::querier_cache::lookup_querier<query::querier>(std::unordered_multimap<utils::tagged_uuid<query_id_tag>, std::unique_ptr<query::querier_base, std::default_delete<query::querier_base> >, std::hash<utils::tagged_uuid<query_id_tag> >, std::equal_to<utils::tagged_uuid<query_id_tag> >, std::allocator<std::pair<utils::tagged_uuid<query_id_tag> const, std::unique_ptr<query::querier_base, std::default_delete<query::querier_base> > > > >&, utils::tagged_uuid<query_id_tag>, schema const&, dht::partition_ranges_view, query::partition_slice const&, reader_concurrency_semaphore&, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >) at ./querier.cc:383
query::querier_cache::lookup_data_querier(utils::tagged_uuid<query_id_tag>, schema const&, nonwrapping_interval<dht::ring_position> const&, query::partition_slice const&, reader_concurrency_semaphore&, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >) at ./querier.cc:402
replica::database::query(seastar::lw_shared_ptr<schema const>, query::read_command const&, query::result_options, std::vector<nonwrapping_interval<dht::ring_position>, std::allocator<nonwrapping_interval<dht::ring_position> > > const&, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>) at ./replica/database.cc:1710
operator() at ./service/storage_proxy.cc:5409
(inlined by) seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > std::__invoke_impl<seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0, replica::database&>(std::__invoke_other, service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0&&, replica::database&) at /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/bits/invoke.h:61
(inlined by) std::__invoke_result<service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0, replica::database&>::type std::__invoke<service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0, replica::database&>(service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0&&, replica::database&) at /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/bits/invoke.h:96
(inlined by) _ZSt12__apply_implIZN7service13storage_proxy18query_result_localEN7seastar10shared_ptrIKN7locator25effective_replication_mapEEENS2_13lw_shared_ptrIK6schemaEENS8_IN5query12read_commandEEERK20nonwrapping_intervalIN3dht13ring_positionEENSC_14result_optionsEN7tracing15trace_state_ptrENSt6chrono10time_pointINS2_12lowres_clockENSO_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSZ_19account_and_enforceEEEE3$_0St5tupleIJRN7replica8databaseEEEJLm0EEEDcOT_OT0_St16integer_sequenceImJXspT1_EEE at /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/tuple:2288
(inlined by) _ZSt5applyIZN7service13storage_proxy18query_result_localEN7seastar10shared_ptrIKN7locator25effective_replication_mapEEENS2_13lw_shared_ptrIK6schemaEENS8_IN5query12read_commandEEERK20nonwrapping_intervalIN3dht13ring_positionEENSC_14result_optionsEN7tracing15trace_state_ptrENSt6chrono10time_pointINS2_12lowres_clockENSO_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSZ_19account_and_enforceEEEE3$_0St5tupleIJRN7replica8databaseEEEEDcOT_OT0_ at /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/tuple:2299
(inlined by) operator() at ././seastar/include/seastar/core/sharded.hh:468
(inlined by) seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > seastar::futurize<seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >::invoke<seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > seastar::sharded<replica::database>::invoke_on<service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0, , seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(unsigned int, seastar::smp_submit_to_options, service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0&&)::{lambda()#1}&>(service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0&&) at ././seastar/include/seastar/core/future.hh:2006
seastar::smp_message_queue::async_work_item<seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > seastar::sharded<replica::database>::invoke_on<service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0, , seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(unsigned int, seastar::smp_submit_to_options, service::storage_proxy::query_result_local(seastar::shared_ptr<locator::effective_replication_map const>, seastar::lw_shared_ptr<schema const>, seastar::lw_shared_ptr<query::read_command>, nonwrapping_interval<dht::ring_position> const&, query::result_options, tracing::trace_state_ptr, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::variant<std::monostate, db::per_partition_rate_limit::account_only, db::per_partition_rate_limit::account_and_enforce>)::$_0&&)::{lambda()#1}>::run_and_dispose() at ././seastar/include/seastar/core/smp.hh:263
seastar::reactor::run_tasks(seastar::reactor::task_queue&) at ./build/release/seastar/./seastar/src/core/reactor.cc:2651
(inlined by) seastar::reactor::run_some_tasks() at ./build/release/seastar/./seastar/src/core/reactor.cc:3114
seastar::reactor::do_run() at ./build/release/seastar/./seastar/src/core/reactor.cc:3283
operator() at ./build/release/seastar/./seastar/src/core/reactor.cc:4506
(inlined by) void std::__invoke_impl<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_0&>(std::__invoke_other, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_0&) at /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/bits/invoke.h:61
(inlined by) std::enable_if<is_invocable_r_v<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_0&>, void>::type std::__invoke_r<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_0&>(seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_0&) at /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/bits/invoke.h:111
(inlined by) std::_Function_handler<void (), seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_0>::_M_invoke(std::_Any_data const&) at /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/bits/std_function.h:290
std::function<void ()>::operator()() const at /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/bits/std_function.h:591
(inlined by) seastar::posix_thread::start_routine(void*) at ./build/release/seastar/./seastar/src/core/posix.cc:90
?? ??:0
?? ??:0
2023-11-04 08:15:08.217 <2023-11-04 08:02:18.000>: (CoreDumpEvent Severity.ERROR) period_type=one-time event_id=43ac0215-878e-4a56-8110-b411d47ba2b4 node=Node longevity-large-partitions-200k-pks-db-node-e89d0377-0-4 [34.73.49.25 | 10.142.0.179] (seed: True)
corefile_url=https://storage.cloud.google.com/upload.scylladb.com/core.scylla.113.98bba628fd4c4190b109e315b91eb0d4.7471.1699084938000000/core.scylla.113.98bba628fd4c4190b109e315b91eb0d4.7471.1699084938000000.gz
backtrace=           PID: 7471 (scylla)
UID: 113 (scylla)
GID: 120 (scylla)
Signal: 6 (ABRT)
Timestamp: Sat 2023-11-04 08:02:18 UTC (2min 31s 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: 98bba628fd4c4190b109e315b91eb0d4
Machine ID: cace79a07f39a4950e94790d83200649
Hostname: longevity-large-partitions-200k-pks-db-node-e89d0377-0-4
Storage: /var/lib/systemd/coredump/core.scylla.113.98bba628fd4c4190b109e315b91eb0d4.7471.1699084938000000 (present)
Disk Size: 116.3G
Message: Process 7471 (scylla) of user 113 dumped core.
Found module linux-vdso.so.1 with build-id: b0d179a3a2456dcce0799acbe35c8dd75c642d6d
Found module libcrypto.so.3 with build-id: d871cd7f304722b26629ffb37ed31a5f6258b14d
Metadata for module libcrypto.so.3 owned by FDO found: {
"type" : "rpm",
"name" : "openssl",
"version" : "3.0.9-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libssl.so.3 with build-id: 782d564b4727cdfd9eb0b5c18dc9d609cf653666
Metadata for module libssl.so.3 owned by FDO found: {
"type" : "rpm",
"name" : "openssl",
"version" : "3.0.9-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libzstd.so.1 with build-id: 95fc1c046547d542d2913ebc72290732112d8b9b
Metadata for module libzstd.so.1 owned by FDO found: {
"type" : "rpm",
"name" : "zstd",
"version" : "1.5.5-1.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module liblzma.so.5 with build-id: 71fbd52ad4c7efd194c0eca39ad53642e99d26b9
Metadata for module liblzma.so.5 owned by FDO found: {
"type" : "rpm",
"name" : "xz",
"version" : "5.4.1-1.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libcap.so.2 with build-id: 2fe8ebb5811811046e04d8f4c000696cb9b24e24
Metadata for module libcap.so.2 owned by FDO found: {
"type" : "rpm",
"name" : "libcap",
"version" : "2.48-6.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libicudata.so.72 with build-id: 64ea912ec6a442517d6e32c2bdfa629379739b45
Metadata for module libicudata.so.72 owned by FDO found: {
"type" : "rpm",
"name" : "icu",
"version" : "72.1-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libffi.so.8 with build-id: f5312719df7de0c6ae9d42ed18680d8016bb59d4
Metadata for module libffi.so.8 owned by FDO found: {
"type" : "rpm",
"name" : "libffi",
"version" : "3.4.4-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libunistring.so.2 with build-id: 364176cb9ffd75bd9dd1b2b4e042b63c6d19c769
Found module ld.so with build-id: e9acc1337a1e04bb32f30e60c19e69eb21ee3357
Found module libc.so.6 with build-id: c9f62793b9e886eb1b95077d4f26fe2b4aa1ac25
Found module libgcc_s.so.1 with build-id: 4a47fd620e9c37fa732513e4bd83ddaf4ec6d989
Found module libstdc++.so.6 with build-id: 65f174befecd93031976ef77c0c77fdcea95fdc8
Found module libboost_unit_test_framework.so.1.78.0 with build-id: 44111715cc70c0705b07883fdafc59848fd85345
Metadata for module libboost_unit_test_framework.so.1.78.0 owned by FDO found: {
"type" : "rpm",
"name" : "boost",
"version" : "1.78.0-14.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libthrift-0.14.0.so with build-id: 7ec8f2a10108f6bf0e82ab70c7df8e255c53ffd5
Metadata for module libthrift-0.14.0.so owned by FDO found: {
"type" : "rpm",
"name" : "thrift",
"version" : "0.14.0-13.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module liblua-5.4.so with build-id: edd5d6e6ba778bd017c12bd130d23d0f39ba6ab2
Metadata for module liblua-5.4.so owned by FDO found: {
"type" : "rpm",
"name" : "lua",
"version" : "5.4.4-9.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_low_level_hash.so.2206.0.0 with build-id: 54f02731e4aac190276a846427c1756f68624ca8
Metadata for module libabsl_low_level_hash.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_bad_variant_access.so.2206.0.0 with build-id: aac271b1b6c0028affbd997fd6fb00580f1d802c
Metadata for module libabsl_bad_variant_access.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_city.so.2206.0.0 with build-id: f15af062278721a0c450b5fbc5bbc5004cca1d66
Metadata for module libabsl_city.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_hash.so.2206.0.0 with build-id: ded250f9194b4ee9ac86543f1a866840a3bd5c92
Metadata for module libabsl_hash.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_time_zone.so.2206.0.0 with build-id: a05382267d52bb37dbd18d46434e39b941856f57
Metadata for module libabsl_time_zone.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_log_severity.so.2206.0.0 with build-id: 32ad933bdf75d9d50f6611ceb9277891d49ba610
Metadata for module libabsl_log_severity.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_raw_logging_internal.so.2206.0.0 with build-id: de1609c0ce2fc11fef180bb402d42a0667263fb3
Metadata for module libabsl_raw_logging_internal.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_throw_delegate.so.2206.0.0 with build-id: b9e0846035e3d3c81367d561af32852bdd91de32
Metadata for module libabsl_throw_delegate.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_int128.so.2206.0.0 with build-id: aef7256436e9507891e7c273b3cfb5afe6a3f961
Metadata for module libabsl_int128.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_spinlock_wait.so.2206.0.0 with build-id: 4c9cc99cb1cbd0021fe2162e05d115183ae5216e
Metadata for module libabsl_spinlock_wait.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_base.so.2206.0.0 with build-id: 6923bdbc6c7adca9e3cc630c587ca7bc569aea7c
Metadata for module libabsl_base.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_strings_internal.so.2206.0.0 with build-id: 37882a7545d19410520b45db8bda13e1ae0f24fb
Metadata for module libabsl_strings_internal.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_strings.so.2206.0.0 with build-id: ea08a07cb064096a6979c9b6784dffbe7f937d30
Metadata for module libabsl_strings.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_civil_time.so.2206.0.0 with build-id: c0bf69065233de3b7aa4e9b38ce36c491321fbca
Metadata for module libabsl_civil_time.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_time.so.2206.0.0 with build-id: b14a9ea5584875df161bd47297fe8c7d1904334d
Metadata for module libabsl_time.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_malloc_internal.so.2206.0.0 with build-id: 2e9b98b4d58498633ce5ead7d192ade01f0b32b1
Metadata for module libabsl_malloc_internal.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_demangle_internal.so.2206.0.0 with build-id: 751c512b9503a4f9e6481a92fcb1d31149fb4fb0
Metadata for module libabsl_demangle_internal.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_debugging_internal.so.2206.0.0 with build-id: 60c2a1e174cafffc739f2317ff27af1889684ec2
Metadata for module libabsl_debugging_internal.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_symbolize.so.2206.0.0 with build-id: 028562e3f9f0e5d78c9addca1b0270f4d4ffbd0b
Metadata for module libabsl_symbolize.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_stacktrace.so.2206.0.0 with build-id: 4f532283ceb52eab32a4fbd2e9c2dfcd33798244
Metadata for module libabsl_stacktrace.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_graphcycles_internal.so.2206.0.0 with build-id: d6501a5562045c64bd2766a4d0594c120690c36a
Metadata for module libabsl_graphcycles_internal.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_synchronization.so.2206.0.0 with build-id: 1fded83eda5a15a6b176635d7cb82f3bbf2e77fa
Metadata for module libabsl_synchronization.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_exponential_biased.so.2206.0.0 with build-id: f548148b21727aee3b652e8f4ae0b876093cca80
Metadata for module libabsl_exponential_biased.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_hashtablez_sampler.so.2206.0.0 with build-id: 46c8178e24dfc52f2c6f23ce94a79aedbcc0ee0b
Metadata for module libabsl_hashtablez_sampler.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_bad_optional_access.so.2206.0.0 with build-id: ce66b4e2a512e919c08550f16f196080cf1a925f
Metadata for module libabsl_bad_optional_access.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libabsl_raw_hash_set.so.2206.0.0 with build-id: 658c5086d69b467a1fda3762f24cb0ef44b718a7
Metadata for module libabsl_raw_hash_set.so.2206.0.0 owned by FDO found: {
"type" : "rpm",
"name" : "abseil-cpp",
"version" : "20220623.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libjsoncpp.so.25 with build-id: e62d05e5ee3f6da3d3bd0fae2633c298d58cb43e
Metadata for module libjsoncpp.so.25 owned by FDO found: {
"type" : "rpm",
"name" : "jsoncpp",
"version" : "1.9.5-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libsystemd.so.0 with build-id: b57edf41d6559841b4ec671d6c5888726914a23e
Metadata for module libsystemd.so.0 owned by FDO found: {
"type" : "rpm",
"name" : "systemd",
"version" : "253.10-1.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libdeflate.so.0 with build-id: da0669fb51cad4d74cdcab5fbcde464592c07911
Metadata for module libdeflate.so.0 owned by FDO found: {
"type" : "rpm",
"name" : "libdeflate",
"version" : "1.9-6.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libxxhash.so.0 with build-id: 7941174ea5471182e7ffa380dff1a4056d104a45
Metadata for module libxxhash.so.0 owned by FDO found: {
"type" : "rpm",
"name" : "xxhash",
"version" : "0.8.2-1.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libicui18n.so.72 with build-id: 13e5dae11fa14e4ac67e847e96ff38e07b8470a7
Metadata for module libicui18n.so.72 owned by FDO found: {
"type" : "rpm",
"name" : "icu",
"version" : "72.1-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libicuuc.so.72 with build-id: f6dc975ad37df68318b229b945a1735f330fe363
Metadata for module libicuuc.so.72 owned by FDO found: {
"type" : "rpm",
"name" : "icu",
"version" : "72.1-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libboost_regex.so.1.78.0 with build-id: c6afdf477cca675a85ad2d2f23ac0299f3203c50
Metadata for module libboost_regex.so.1.78.0 owned by FDO found: {
"type" : "rpm",
"name" : "boost",
"version" : "1.78.0-14.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libboost_date_time.so.1.78.0 with build-id: 2fe7a1f5ffbf9ac89cfc788e0c2d7ef5eb50afcc
Metadata for module libboost_date_time.so.1.78.0 owned by FDO found: {
"type" : "rpm",
"name" : "boost",
"version" : "1.78.0-14.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libcrypt.so.2 with build-id: 1b328a05d4e5133c864e3cdf1eff45de72fc5733
Metadata for module libcrypt.so.2 owned by FDO found: {
"type" : "rpm",
"name" : "libxcrypt",
"version" : "4.4.36-1.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libsnappy.so.1 with build-id: 26964a0b88eaa9c9260fe89937654a1a993138cf
Metadata for module libsnappy.so.1 owned by FDO found: {
"type" : "rpm",
"name" : "snappy",
"version" : "1.1.9-7.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libz.so.1 with build-id: d8f77557d166386619afc2932ae77119e6644575
Metadata for module libz.so.1 owned by FDO found: {
"type" : "rpm",
"name" : "zlib",
"version" : "1.2.13-3.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libyaml-cpp.so.0.7 with build-id: f570d4b78b416c86aed9044f9b0f9d479dcfd432
Metadata for module libyaml-cpp.so.0.7 owned by FDO found: {
"type" : "rpm",
"name" : "yaml-cpp",
"version" : "0.7.0-3.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libm.so.6 with build-id: 9a43b49eb6899802bd908fa392b9649d4319df50
Found module libhwloc.so.15 with build-id: a0ed39ba2a7bfeea4cbaa8fff2257e34bfbac01c
Found module libp11-kit.so.0 with build-id: cc5d147fe844b09973c58e10a9a1ffc95e4a7523
Metadata for module libp11-kit.so.0 owned by FDO found: {
"type" : "rpm",
"name" : "p11-kit",
"version" : "0.25.0-1.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libidn2.so.0 with build-id: c25f9a2ef9b6fb843df0fc37c6c8903af04cbbe1
Metadata for module libidn2.so.0 owned by FDO found: {
"type" : "rpm",
"name" : "libidn2",
"version" : "2.3.4-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libtasn1.so.6 with build-id: c684c041d1e59673bb0406fe9ae108f6b6d64c6f
Metadata for module libtasn1.so.6 owned by FDO found: {
"type" : "rpm",
"name" : "libtasn1",
"version" : "4.19.0-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libhogweed.so.6 with build-id: d4becfdf402e462138154123f6c66e11c9afa11e
Metadata for module libhogweed.so.6 owned by FDO found: {
"type" : "rpm",
"name" : "nettle",
"version" : "3.8-3.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libnettle.so.8 with build-id: c750c0ee69d294221c16f0379c511cd6313671f8
Metadata for module libnettle.so.8 owned by FDO found: {
"type" : "rpm",
"name" : "nettle",
"version" : "3.8-3.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libunistring.so.5 with build-id: 586ab8815558450155f6e0285363811bbca61fef
Metadata for module libunistring.so.5 owned by FDO found: {
"type" : "rpm",
"name" : "libunistring",
"version" : "1.1-3.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libgmp.so.10 with build-id: 44b35c0168894f171067115c93846b4dc7cedcdc
Metadata for module libgmp.so.10 owned by FDO found: {
"type" : "rpm",
"name" : "gmp",
"version" : "6.2.1-4.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libgnutls.so.30 with build-id: adee206811c45ce93cbfd1863b985426c421dd8d
Metadata for module libgnutls.so.30 owned by FDO found: {
"type" : "rpm",
"name" : "gnutls",
"version" : "3.8.1-1.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module liblz4.so.1 with build-id: c32727dc2cf56f54d7a9cfc6d8776bfb765a5d60
Metadata for module liblz4.so.1 owned by FDO found: {
"type" : "rpm",
"name" : "lz4",
"version" : "1.9.4-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libatomic.so.1 with build-id: 796e1f2cd88b645cb9a4c359b18feab004ee3963
Found module libnuma.so.1 with build-id: 46b869f140bc78106d923a9ce337eb4aabf513a6
Metadata for module libnuma.so.1 owned by FDO found: {
"type" : "rpm",
"name" : "numactl",
"version" : "2.0.16-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libsctp.so.1 with build-id: 63f4589f2de2c90e478723bf58edea02ad69ce2c
Metadata for module libsctp.so.1 owned by FDO found: {
"type" : "rpm",
"name" : "lksctp-tools",
"version" : "1.0.19-3.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libfmt.so.9 with build-id: d6a5c60746b90af0b091919a4a59857b3b0b5afc
Metadata for module libfmt.so.9 owned by FDO found: {
"type" : "rpm",
"name" : "fmt",
"version" : "9.1.0-2.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libcryptopp.so.8 with build-id: 7ffca42977be17e283a6a06996c54470babe89c2
Found module libcares.so.2 with build-id: 8d2383158a726d417556f5c4b8b68940f9cc1e17
Metadata for module libcares.so.2 owned by FDO found: {
"type" : "rpm",
"name" : "c-ares",
"version" : "1.19.1-1.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libboost_system.so.1.78.0 with build-id: 9c7e1db53ce470d8f3331bd3037e672157db0855
Metadata for module libboost_system.so.1.78.0 owned by FDO found: {
"type" : "rpm",
"name" : "boost",
"version" : "1.78.0-14.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libboost_thread.so.1.78.0 with build-id: 93364022ab187e1dfc7941177bf91e98008a3fc5
Metadata for module libboost_thread.so.1.78.0 owned by FDO found: {
"type" : "rpm",
"name" : "boost",
"version" : "1.78.0-14.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module libboost_program_options.so.1.78.0 with build-id: 98f77cc68cca03c6b986381e858addaa26199975
Metadata for module libboost_program_options.so.1.78.0 owned by FDO found: {
"type" : "rpm",
"name" : "boost",
"version" : "1.78.0-14.fc38",
"architecture" : "x86_64",
"osCpe" : "cpe:/o:fedoraproject:fedora:38"
}
Found module scylla with build-id: fe43f9b668e3b9f155bc6317230d2ee65204e46d
Stack trace of thread 7477:
#0  0x00007f5c4c30d884 __pthread_kill_implementation (libc.so.6 + 0x8e884)
#1  0x00007f5c4c2bcafe raise (libc.so.6 + 0x3dafe)
#2  0x00007f5c4c2a587f abort (libc.so.6 + 0x2687f)
#3  0x0000000005a91238 _ZN7seastar17on_internal_errorERNS_6loggerESt17basic_string_viewIcSt11char_traitsIcEE (scylla + 0x5891238)
#4  0x0000000004567984 _ZN5query13querier_cache14lookup_querierINS_7querierEEESt8optionalIT_ERSt18unordered_multimapIN5utils11tagged_uuidI12query_id_tagEESt10unique_ptrINS_12querier_baseESt14default_deleteISC_EESt4hashISA_ESt8equal_toISA_ESaISt4pairIKSA_SF_EEESA_RK6schemaN3dht21partition_ranges_viewERKNS_15partition_sliceER28reader_concurrency_semaphoreN7tracing15trace_state_ptrENSt6chrono10time_pointIN7seastar12lowres_clockENS12_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x4367984)
#5  0x000000000456612a _ZN5query13querier_cache19lookup_data_querierEN5utils11tagged_uuidI12query_id_tagEERK6schemaRK20nonwrapping_intervalIN3dht13ring_positionEERKNS_15partition_sliceER28reader_concurrency_semaphoreN7tracing15trace_state_ptrENSt6chrono10time_pointIN7seastar12lowres_clockENSL_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x436612a)
#6  0x0000000001a3b09c _ZN7replica8database5queryEN7seastar13lw_shared_ptrIK6schemaEERKN5query12read_commandENS6_14result_optionsERKSt6vectorI20nonwrapping_intervalIN3dht13ring_positionEESaISF_EEN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSM_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENSX_19account_and_enforceEEE (scylla + 0x183b09c)
#7  0x0000000003237a68 _ZN7seastar8futurizeINS_6futureINS_3rpc5tupleIJNS_11foreign_ptrINS_13lw_shared_ptrIN5query6resultEEEEE17cache_temperatureEEEEEE6invokeIRZNS_7shardedIN7replica8databaseEE9invoke_onIZN7service13storage_proxy18query_result_localENS_10shared_ptrIKN7locator25effective_replication_mapEEENS5_IK6schemaEENS5_INS6_12read_commandEEERK20nonwrapping_intervalIN3dht13ring_positionEENS6_14result_optionsEN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENS15_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENS1G_19account_and_enforceEEEE3$_0JESC_EET1_jNS_21smp_submit_to_optionsEOT_DpOT0_EUlvE_JEEESC_S1O_S1R_ (scylla + 0x3037a68)
#8  0x0000000003238cf2 _ZN7seastar17smp_message_queue15async_work_itemIZNS_7shardedIN7replica8databaseEE9invoke_onIZN7service13storage_proxy18query_result_localENS_10shared_ptrIKN7locator25effective_replication_mapEEENS_13lw_shared_ptrIK6schemaEENSE_IN5query12read_commandEEERK20nonwrapping_intervalIN3dht13ring_positionEENSI_14result_optionsEN7tracing15trace_state_ptrENSt6chrono10time_pointINS_12lowres_clockENSU_8durationIlSt5ratioILl1ELl1000000000EEEEEESt7variantIJSt9monostateN2db24per_partition_rate_limit12account_onlyENS15_19account_and_enforceEEEE3$_0JENS_6futureINS_3rpc5tupleIJNS_11foreign_ptrINSE_INSI_6resultEEEEE17cache_temperatureEEEEEEET1_jNS_21smp_submit_to_optionsEOT_DpOT0_EUlvE_E15run_and_disposeEv (scylla + 0x3038cf2)
#9  0x0000000005ac24a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x58c24a0)
#10 0x0000000005ac3778 _ZN7seastar7reactor6do_runEv (scylla + 0x58c3778)
#11 0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#12 0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#13 0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#14 0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7495:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7492:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7496:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7489:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7498:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7501:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7479:
#0  0x00007fff651ce79d n/a (linux-vdso.so.1 + 0x79d)
#1  0x00007fff651ce80a n/a (linux-vdso.so.1 + 0x80a)
#2  0x00007f5c4c3552fd clock_gettime@@GLIBC_2.17 (libc.so.6 + 0xd62fd)
#3  0x00007f5c4c55c5a5 _ZNSt6chrono3_V212steady_clock3nowEv (libstdc++.so.6 + 0xd95a5)
#4  0x0000000005ac37e3 _ZN7seastar7reactor6do_runEv (scylla + 0x58c37e3)
#5  0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#6  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#7  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#8  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7500:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7499:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7483:
#0  0x0000000005a7ed51 _Znwm (scylla + 0x587ed51)
#1  0x0000000003b09ae0 _ZN2db4view21partition_key_matchesEN15data_dictionary8databaseERK6schemaRK9view_infoRKN3dht13decorated_keyE (scylla + 0x3909ae0)
#2  0x0000000001b9823b _ZNK7replica5table28do_push_view_replica_updatesEN7seastar10shared_ptrIN2db4view21view_update_generatorEEENS1_13lw_shared_ptrIK6schemaEE8mutationNSt6chrono10time_pointINS1_12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEE15mutation_sourceN7tracing15trace_state_ptrER28reader_concurrency_semaphore8enum_setI10super_enumIN5query15partition_slice6optionEJLST_0ELST_1ELST_2ELST_3ELST_4ELST_5ELST_6ELST_7ELST_8ELST_9ELST_10ELST_11ELST_12ELST_13EEEE (scylla + 0x199823b)
#3  0x0000000001b97cfa _ZNK7replica5table25push_view_replica_updatesEN7seastar10shared_ptrIN2db4view21view_update_generatorEEERKNS1_13lw_shared_ptrIK6schemaEERK15frozen_mutationNSt6chrono10time_pointINS1_12lowres_clockENSG_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrER28reader_concurrency_semaphore (scylla + 0x1997cfa)
#4  0x00000000019e512d _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x17e512d)
#5  0x0000000001a95bb2 _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 + 0x1895bb2)
#6  0x0000000001ab832c _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 + 0x18b832c)
#7  0x0000000001ab7ef9 _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 + 0x18b7ef9)
#8  0x0000000005a6bb33 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x586bb33)
#9  0x0000000005ac24a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x58c24a0)
#10 0x0000000005ac3778 _ZN7seastar7reactor6do_runEv (scylla + 0x58c3778)
#11 0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#12 0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#13 0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#14 0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7482:
#0  0x0000000003de05e7 _ZNK3dht19murmur3_partitioner9get_tokenERK6schema18partition_key_view (scylla + 0x3be05e7)
#1  0x0000000001cb7b1b _ZN7replica8memtable5applyERK15frozen_mutationRKN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleE (scylla + 0x1ab7b1b)
#2  0x0000000001b81cd4 _ZN7replica5table5applyERK15frozen_mutationN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS4_12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x1981cd4)
#3  0x00000000019e5b37 _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x17e5b37)
#4  0x0000000001a95bb2 _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 + 0x1895bb2)
#5  0x0000000001ab832c _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 + 0x18b832c)
#6  0x0000000001ab7ef9 _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 + 0x18b7ef9)
#7  0x0000000005a6bb33 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x586bb33)
#8  0x0000000005ac24a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x58c24a0)
#9  0x0000000005ac3778 _ZN7seastar7reactor6do_runEv (scylla + 0x58c3778)
#10 0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#11 0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#12 0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#13 0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7478:
#0  0x00007f5c4c389b5d syscall (libc.so.6 + 0x10ab5d)
#1  0x0000000005b10601 _ZN7seastar8internal13io_pgeteventsEmllPNS0_9linux_abi8io_eventEPK8timespecPK10__sigset_tb (scylla + 0x5910601)
#2  0x0000000005b0c373 _ZN7seastar19reactor_backend_aio12await_eventsEiPK10__sigset_t (scylla + 0x590c373)
#3  0x0000000005b0ca9d _ZN7seastar19reactor_backend_aio23wait_and_process_eventsEPK10__sigset_t (scylla + 0x590ca9d)
#4  0x0000000005ac3a6d _ZN7seastar7reactor6do_runEv (scylla + 0x58c3a6d)
#5  0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#6  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#7  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#8  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7485:
#0  0x0000000001cca46e _ZN29partition_snapshot_row_cursor13maybe_refreshEv (scylla + 0x1aca46e)
#1  0x0000000001cd5273 _ZZN30partition_snapshot_flat_readerILb0EN7replica33partition_snapshot_read_accounterEE20lsa_partition_reader13next_intervalERK20nonwrapping_intervalI21clustering_key_prefixEENKUlvE_clEv (scylla + 0x1ad5273)
#2  0x0000000001cd4473 _ZN30partition_snapshot_flat_readerILb0EN7replica33partition_snapshot_read_accounterEE18emit_next_intervalEv (scylla + 0x1ad4473)
#3  0x0000000001cd33c2 _ZN8logalloc18allocating_section12with_reserveIZZN30partition_snapshot_flat_readerILb0EN7replica33partition_snapshot_read_accounterEE11fill_bufferEvENKUlvE0_clEvEUlvE_EEDcRNS_6regionEOT_ (scylla + 0x1ad33c2)
#4  0x0000000001cd2c5f _ZN30partition_snapshot_flat_readerILb0EN7replica33partition_snapshot_read_accounterEE11fill_bufferEv (scylla + 0x1ad2c5f)
#5  0x00000000020ef67d _ZN22mutation_reader_merger12prepare_nextEv (scylla + 0x1eef67d)
#6  0x00000000020f0540 _ZN22mutation_reader_merger19maybe_produce_batchEv (scylla + 0x1ef0540)
#7  0x00000000020fd49b _ZN7seastar6repeatIZN24mutation_fragment_mergerI22mutation_reader_mergerEclEvEUlvE_EENS_6futureIvEEOT_ (scylla + 0x1efd49b)
#8  0x00000000020fcbb0 _ZN7seastar6repeatIZN14merging_readerI22mutation_reader_mergerE11fill_bufferEvEUlvE_EENS_6futureIvEEOT_ (scylla + 0x1efcbb0)
#9  0x00000000020fb967 _ZN14merging_readerI22mutation_reader_mergerE11fill_bufferEv (scylla + 0x1efb967)
#10 0x0000000003b1fcb5 _ZN2db4view19view_update_builder11advance_allEv (scylla + 0x391fcb5)
#11 0x0000000003b20adb _ZN2db4view19view_update_builder10build_someEv (scylla + 0x3920adb)
#12 0x0000000001b76633 _ZNK7replica5table35generate_and_propagate_view_updatesEN7seastar10shared_ptrIN2db4view21view_update_generatorEEERKNS1_13lw_shared_ptrIK6schemaEE13reader_permitOSt6vectorINS4_13view_and_baseESaISF_EEO8mutationNS1_18optimized_optionalI23flat_mutation_reader_v2EEN7tracing15trace_state_ptrENSt6chrono10time_pointI8gc_clockNSQ_8durationIlSt5ratioILl1ELl1EEEEEE (scylla + 0x1976633)
#13 0x0000000001b9994d _ZNK7replica5table28do_push_view_replica_updatesEN7seastar10shared_ptrIN2db4view21view_update_generatorEEENS1_13lw_shared_ptrIK6schemaEE8mutationNSt6chrono10time_pointINS1_12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEE15mutation_sourceN7tracing15trace_state_ptrER28reader_concurrency_semaphore8enum_setI10super_enumIN5query15partition_slice6optionEJLST_0ELST_1ELST_2ELST_3ELST_4ELST_5ELST_6ELST_7ELST_8ELST_9ELST_10ELST_11ELST_12ELST_13EEEE (scylla + 0x199994d)
#14 0x0000000001b97cfa _ZNK7replica5table25push_view_replica_updatesEN7seastar10shared_ptrIN2db4view21view_update_generatorEEERKNS1_13lw_shared_ptrIK6schemaEERK15frozen_mutationNSt6chrono10time_pointINS1_12lowres_clockENSG_8durationIlSt5ratioILl1ELl1000000000EEEEEEN7tracing15trace_state_ptrER28reader_concurrency_semaphore (scylla + 0x1997cfa)
#15 0x00000000019e512d _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x17e512d)
#16 0x0000000001a95bb2 _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 + 0x1895bb2)
#17 0x0000000001ab832c _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 + 0x18b832c)
#18 0x0000000001ab7ef9 _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 + 0x18b7ef9)
#19 0x0000000005a6bb33 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x586bb33)
#20 0x0000000005ac24a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x58c24a0)
#21 0x0000000005ac3778 _ZN7seastar7reactor6do_runEv (scylla + 0x58c3778)
#22 0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#23 0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#24 0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#25 0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7490:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7502:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7494:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7472:
#0  0x0000000005a7bfe0 _ZN7seastar6memory8allocateEm (scylla + 0x587bfe0)
#1  0x0000000005a7ed62 _Znwm (scylla + 0x587ed62)
#2  0x00000000019e4a7f _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x17e4a7f)
#3  0x0000000001a95bb2 _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 + 0x1895bb2)
#4  0x0000000001ab832c _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 + 0x18b832c)
#5  0x0000000001ab7ef9 _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 + 0x18b7ef9)
#6  0x0000000005a6bb33 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x586bb33)
#7  0x0000000005ac24a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x58c24a0)
#8  0x0000000005ac3778 _ZN7seastar7reactor6do_runEv (scylla + 0x58c3778)
#9  0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#10 0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#11 0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#12 0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7493:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7487:
#0  0x0000000005a7c00c _ZN7seastar6memory8allocateEm (scylla + 0x587c00c)
#1  0x0000000005a7ed62 _Znwm (scylla + 0x587ed62)
#2  0x0000000003b75bcc _ZZN2db4view21view_update_generator9mutate_MVEN3dht5tokenEN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EEERNS0_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrEN7seastar15semaphore_unitsINSF_33default_timeout_exception_factoryENSF_12lowres_clockEEENSF_10bool_classIN7service15allow_hints_tagEEENSK_INS0_24wait_for_all_updates_tagEEEEN3$_0clES6_ (scylla + 0x3975bcc)
#3  0x0000000003b74c9b _ZZZZN7seastar23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS3_EES6_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES4_RNS8_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSN_INS8_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS0_IS6_S6_ST_EESV_SW_SX_mSZ_E5stateE_clES11_ENKUlvE0_clEvENUlvE_clEv (scylla + 0x3974c9b)
#4  0x0000000003b7405b _ZZZN7seastar23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS3_EES6_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES4_RNS8_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSN_INS8_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS0_IS6_S6_ST_EESV_SW_SX_mSZ_E5stateE_clES11_ENKUlvE0_clEv (scylla + 0x397405b)
#5  0x0000000003b31521 _ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenEN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EEERNS0_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrEN7seastar15semaphore_unitsINSF_33default_timeout_exception_factoryENSF_12lowres_clockEEENSF_10bool_classIN7service15allow_hints_tagEEENSK_INS0_24wait_for_all_updates_tagEEE (scylla + 0x3931521)
#6  0x0000000001c3dd9b _ZNK7replica5table35generate_and_propagate_view_updatesEN7seastar10shared_ptrIN2db4view21view_update_generatorEEERKNS1_13lw_shared_ptrIK6schemaEE13reader_permitOSt6vectorINS4_13view_and_baseESaISF_EEO8mutationNS1_18optimized_optionalI23flat_mutation_reader_v2EEN7tracing15trace_state_ptrENSt6chrono10time_pointI8gc_clockNSQ_8durationIlSt5ratioILl1ELl1EEEEEE.resume (scylla + 0x1a3dd9b)
#7  0x000000000138e0bb _ZN7seastar8internal21coroutine_traits_baseIvE12promise_type15run_and_disposeEv (scylla + 0x118e0bb)
#8  0x0000000005ac24a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x58c24a0)
#9  0x0000000005ac3778 _ZN7seastar7reactor6do_runEv (scylla + 0x58c3778)
#10 0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#11 0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#12 0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#13 0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7481:
#0  0x000000000208569c _ZN8logalloc11region_impl11alloc_smallERKNS0_17object_descriptorEjm (scylla + 0x1e8569c)
#1  0x0000000002089753 _ZN8logalloc11region_impl5allocEPK15migrate_fn_typemm (scylla + 0x1e89753)
#2  0x0000000001f04682 _ZN7seastar20noncopyable_functionIFNS_10bool_classINS_18stop_iteration_tagEEEvEE19indirect_vtable_forIZN15partition_entry19apply_to_incompleteERK6schemaOS7_R16mutation_cleanerRN8logalloc18allocating_sectionERNSE_6regionER13cache_trackermR27real_dirty_memory_accounterE3$_0E4callEPKS5_ (scylla + 0x1d04682)
#3  0x000000000204fba5 _ZN7seastar20noncopyable_functionIFvvEE17direct_vtable_forIZNS_5asyncIZZN9row_cache9do_updateIZNS5_6updateENS5_16external_updaterERN7replica8memtableEE3$_0EENS_6futureIvEES7_SA_T_ENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt13invoke_resultISE_JDpT0_EE4typeEE4typeENS_17thread_attributesEOSE_DpOSJ_EUlvE_E4callEPKS2_ (scylla + 0x1e4fba5)
#4  0x0000000005ea05a7 _ZN7seastar14thread_context4mainEv (scylla + 0x5ca05a7)
Stack trace of thread 7471:
#0  0x0000000003de054c _ZNK3dht19murmur3_partitioner9get_tokenERK6schema18partition_key_view (scylla + 0x3be054c)
#1  0x0000000003b7584e _ZZN2db4view21view_update_generator9mutate_MVEN3dht5tokenEN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EEERNS0_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrEN7seastar15semaphore_unitsINSF_33default_timeout_exception_factoryENSF_12lowres_clockEEENSF_10bool_classIN7service15allow_hints_tagEEENSK_INS0_24wait_for_all_updates_tagEEEEN3$_0clES6_ (scylla + 0x397584e)
#2  0x0000000003b74c9b _ZZZZN7seastar23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS3_EES6_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES4_RNS8_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSN_INS8_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS0_IS6_S6_ST_EESV_SW_SX_mSZ_E5stateE_clES11_ENKUlvE0_clEvENUlvE_clEv (scylla + 0x3974c9b)
#3  0x0000000003b7405b _ZZZN7seastar23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS3_EES6_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES4_RNS8_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSN_INS8_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS0_IS6_S6_ST_EESV_SW_SX_mSZ_E5stateE_clES11_ENKUlvE0_clEv (scylla + 0x397405b)
#4  0x0000000003b7cd7d _ZN7seastar8internal14do_until_stateIZZNS_23max_concurrent_for_eachIN5utils14chunked_vectorI26frozen_mutation_and_schemaLm131072EE13iterator_typeIS5_EES8_ZN2db4view21view_update_generator9mutate_MVEN3dht5tokenES6_RNSA_5statsERN7replica8cf_statsEN7tracing15trace_state_ptrENS_15semaphore_unitsINS_33default_timeout_exception_factoryENS_12lowres_clockEEENS_10bool_classIN7service15allow_hints_tagEEENSP_INSA_24wait_for_all_updates_tagEEEE3$_0EENS_6futureIvEET_T0_mOT1_ENKUlRZNS2_IS8_S8_SV_EESX_SY_SZ_mS11_E5stateE_clES13_EUlvE_ZZNS2_IS8_S8_SV_EESX_SY_SZ_mS11_ENKS14_clES13_EUlvE0_E15run_and_disposeEv (scylla + 0x397cd7d)
#5  0x0000000005ac24a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x58c24a0)
#6  0x0000000005ac3778 _ZN7seastar7reactor6do_runEv (scylla + 0x58c3778)
#7  0x0000000005ac2aea _ZN7seastar7reactor3runEv (scylla + 0x58c2aea)
#8  0x0000000005a63bb8 _ZN7seastar12app_template14run_deprecatedEiPPcOSt8functionIFvvEE (scylla + 0x5863bb8)
#9  0x0000000005a62d6d _ZN7seastar12app_template3runEiPPcOSt8functionIFNS_6futureIiEEvEE (scylla + 0x5862d6d)
#10 0x000000000131112b _ZL11scylla_mainiPPc (scylla + 0x111112b)
#11 0x0000000001312b81 _ZNKSt8functionIFiiPPcEEclEiS1_ (scylla + 0x1112b81)
#12 0x000000000130f6bd main (scylla + 0x110f6bd)
#13 0x00007f5c4c2a6b8a __libc_start_call_main (libc.so.6 + 0x27b8a)
#14 0x00007f5c4c2a6c4b __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x27c4b)
#15 0x000000000130d0e5 _start (scylla + 0x110d0e5)
Stack trace of thread 7491:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7488:
#0  0x0000000003de0508 _ZNK3dht19murmur3_partitioner9get_tokenERK6schema18partition_key_view (scylla + 0x3be0508)
#1  0x0000000001cb7b1b _ZN7replica8memtable5applyERK15frozen_mutationRKN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleE (scylla + 0x1ab7b1b)
#2  0x0000000001b81cd4 _ZN7replica5table5applyERK15frozen_mutationN7seastar13lw_shared_ptrIK6schemaEEON2db9rp_handleENSt6chrono10time_pointINS4_12lowres_clockENSC_8durationIlSt5ratioILl1ELl1000000000EEEEEE (scylla + 0x1981cd4)
#3  0x00000000019e5b37 _ZN7replica8database8do_applyEN7seastar13lw_shared_ptrIK6schemaEERK15frozen_mutationN7tracing15trace_state_ptrENSt6chrono10time_pointINS1_12lowres_clockENSB_8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_10bool_classIN2db14force_sync_tagEEESt7variantIJSt9monostateNSK_24per_partition_rate_limit12account_onlyENSP_19account_and_enforceEEE (scylla + 0x17e5b37)
#4  0x0000000001a95bb2 _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 + 0x1895bb2)
#5  0x0000000001ab832c _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 + 0x18b832c)
#6  0x0000000001ab7ef9 _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 + 0x18b7ef9)
#7  0x0000000005a6bb33 _ZN7seastar11lambda_taskIZNS_15execution_stage5flushEvE3$_0E15run_and_disposeEv (scylla + 0x586bb33)
#8  0x0000000005ac24a0 _ZN7seastar7reactor14run_some_tasksEv (scylla + 0x58c24a0)
#9  0x0000000005ac3778 _ZN7seastar7reactor6do_runEv (scylla + 0x58c3778)
#10 0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#11 0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#12 0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#13 0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7484:
#0  0x000000000157f244 _ZN13compound_typeIL14allow_prefixes1EE8iteratorC2ERK24managed_bytes_basic_viewIL12mutable_view0EE (scylla + 0x137f244)
#1  0x00000000027a8aed _ZN8sstables18metadata_collector25update_min_max_componentsE26position_in_partition_view (scylla + 0x25a8aed)
#2  0x0000000002520a0c _ZN8sstables2mc6writer15write_clusteredERK14clustering_rowm (scylla + 0x2320a0c)
#3  0x000000000252246b _ZN8sstables2mc6writer15write_clusteredI14clustering_rowEEvRKT_ (scylla + 0x232246b)
#4  0x0000000002521d7a _ZN8sstables2mc6writer7consumeEO14clustering_row (scylla + 0x2321d7a)
#5  0x00000000025d7714 _ZN22compact_mutation_stateIL20compact_for_sstables1EE7consumeIN8sstables26compacted_fragments_writerE33noop_compacted_fragments_consumerEEN7seastar10bool_classINS6_18stop_iteration_tagEEEO14clustering_rowRT_RT0_ (scylla + 0x23d7714)
#6  0x00000000025d264d _ZNO20mutation_fragment_v27consumeIN23flat_mutation_reader_v24impl16consumer_adapterI25compact_for_compaction_v2IN8sstables26compacted_fragments_writerE33noop_compacted_fragments_consumerEEEEEDcRT_ (scylla + 0x23d264d)
#7  0x00000000025d15a6 _ZN23flat_mutation_reader_v24impl17consume_in_threadI25compact_for_compaction_v2IN8sstables26compacted_fragments_writerE33noop_compacted_fragments_consumerENS_9no_filterEEEDaT_T0_ (scylla + 0x23d15a6)
#8  0x00000000025c3191 _ZZZN8sstables10compaction7consumeEvENUl23flat_mutation_reader_v2E_clES1_ENUlvE_clEv (scylla + 0x23c3191)
#9  0x00000000025c1f36 _ZN7seastar20noncopyable_functionIFvvEE17direct_vtable_forIZNS_5asyncIZZN8sstables10compaction7consumeEvENUl23flat_mutation_reader_v2E_clES7_EUlvE_JEEENS_8futurizeINSt13invoke_resultIT_JDpT0_EE4typeEE4typeENS_17thread_attributesEOSC_DpOSD_EUlvE_E4callEPKS2_ (scylla + 0x23c1f36)
#10 0x0000000005ea05a7 _ZN7seastar14thread_context4mainEv (scylla + 0x5ca05a7)
Stack trace of thread 7486:
#0  0x0000000002eb4320 _ZNK13abstract_type7compareE24managed_bytes_basic_viewIL12mutable_view0EES2_ (scylla + 0x2cb4320)
#1  0x00000000020f63d9 _ZZN22mutation_reader_merger11prepare_oneENS_29reader_and_last_fragment_kindEN7seastar10bool_classINS_20reader_galloping_tagEEEENK3$_0clENS1_18optimized_optionalI20mutation_fragment_v2EE (scylla + 0x1ef63d9)
#2  0x00000000020ee850 _ZN22mutation_reader_merger24advance_galloping_readerEv (scylla + 0x1eee850)
#3  0x00000000020f02da _ZN22mutation_reader_merger19maybe_produce_batchEv (scylla + 0x1ef02da)
#4  0x00000000020fd49b _ZN7seastar6repeatIZN24mutation_fragment_mergerI22mutation_reader_mergerEclEvEUlvE_EENS_6futureIvEEOT_ (scylla + 0x1efd49b)
#5  0x00000000020fcbb0 _ZN7seastar6repeatIZN14merging_readerI22mutation_reader_mergerE11fill_bufferEvEUlvE_EENS_6futureIvEEOT_ (scylla + 0x1efcbb0)
#6  0x00000000020fb967 _ZN14merging_readerI22mutation_reader_mergerE11fill_bufferEv (scylla + 0x1efb967)
#7  0x00000000025d149f _ZN23flat_mutation_reader_v24impl17consume_in_threadI25compact_for_compaction_v2IN8sstables26compacted_fragments_writerE33noop_compacted_fragments_consumerENS_9no_filterEEEDaT_T0_ (scylla + 0x23d149f)
#8  0x00000000025c3191 _ZZZN8sstables10compaction7consumeEvENUl23flat_mutation_reader_v2E_clES1_ENUlvE_clEv (scylla + 0x23c3191)
#9  0x00000000025c1f36 _ZN7seastar20noncopyable_functionIFvvEE17direct_vtable_forIZNS_5asyncIZZN8sstables10compaction7consumeEvENUl23flat_mutation_reader_v2E_clES7_EUlvE_JEEENS_8futurizeINSt13invoke_resultIT_JDpT0_EE4typeEE4typeENS_17thread_attributesEOSC_DpOSD_EUlvE_E4callEPKS2_ (scylla + 0x23c1f36)
#10 0x0000000005ea05a7 _ZN7seastar14thread_context4mainEv (scylla + 0x5ca05a7)
Stack trace of thread 7480:
#0  0x0000000005acf92a _ZN7seastar3smp11poll_queuesEv (scylla + 0x58cf92a)
#1  0x0000000005b05bcb _ZN7seastar7reactor10smp_pollfn4pollEv (scylla + 0x5905bcb)
#2  0x0000000005ae63c9 _ZNSt17_Function_handlerIFbvEZN7seastar7reactor6do_runEvE3$_5E9_M_invokeERKSt9_Any_data (scylla + 0x58e63c9)
#3  0x0000000005ac37b6 _ZN7seastar7reactor6do_runEv (scylla + 0x58c37b6)
#4  0x0000000005ae73c4 _ZNSt17_Function_handlerIFvvEZN7seastar3smp9configureERKNS1_11smp_optionsERKNS1_15reactor_optionsEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x58e73c4)
#5  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#6  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#7  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
Stack trace of thread 7497:
#0  0x00007f5c4c3800fa read (libc.so.6 + 0x1010fa)
#1  0x0000000005b0a765 _ZN7seastar11thread_pool4workENS_13basic_sstringIcjLj15ELb1EEE (scylla + 0x590a765)
#2  0x0000000005b0aa73 _ZNSt17_Function_handlerIFvvEZN7seastar11thread_poolC1ERNS1_7reactorENS1_13basic_sstringIcjLj15ELb1EEEE3$_0E9_M_invokeERKSt9_Any_data (scylla + 0x590aa73)
#3  0x0000000005a91efb _ZN7seastar12posix_thread13start_routineEPv (scylla + 0x5891efb)
#4  0x00007f5c4c30b947 start_thread (libc.so.6 + 0x8c947)
#5  0x00007f5c4c391870 __clone3 (libc.so.6 + 0x112870)
download_instructions=gsutil cp gs://upload.scylladb.com/core.scylla.113.98bba628fd4c4190b109e315b91eb0d4.7471.1699084938000000/core.scylla.113.98bba628fd4c4190b109e315b91eb0d4.7471.1699084938000000.gz .
gunzip /var/lib/systemd/coredump/core.scylla.113.98bba628fd4c4190b109e315b91eb0d4.7471.1699084938000000.gz

Installation details

Kernel Version: 5.15.0-1046-gcp
Scylla version (or git commit hash): 5.5.0~dev-20231030.949e9f1205aa with build-id fe43f9b668e3b9f155bc6317230d2ee65204e46d

Cluster size: 5 nodes (n2-highmem-16)

Scylla Nodes used in this run:

  • longevity-large-partitions-200k-pks-db-node-e89d0377-0-5 (35.237.236.13 | 10.142.0.182) (shards: 14)
  • longevity-large-partitions-200k-pks-db-node-e89d0377-0-4 (34.73.49.25 | 10.142.0.179) (shards: 14)
  • longevity-large-partitions-200k-pks-db-node-e89d0377-0-3 (35.196.233.32 | 10.142.0.172) (shards: 14)
  • longevity-large-partitions-200k-pks-db-node-e89d0377-0-2 (34.73.236.30 | 10.142.0.167) (shards: 14)
  • longevity-large-partitions-200k-pks-db-node-e89d0377-0-1 (34.75.146.170 | 10.142.0.151) (shards: 14)

OS / Image: https://www.googleapis.com/compute/v1/projects/scylla-images/global/images/scylla-5-5-0-dev-x86-64-2023-10-31t07-49-52 (gce: undefined_region)

Test: longevity-large-partition-200k-pks-4days-gce-test
Test id: e89d0377-33b5-4bcf-a689-d1da03dd401f
Test name: scylla-master/longevity/longevity-large-partition-200k-pks-4days-gce-test
Test config file(s):

Logs and commands
  • Restore Monitor Stack command: $ hydra investigate show-monitor e89d0377-33b5-4bcf-a689-d1da03dd401f
  • Restore monitor on AWS instance using Jenkins job
  • Show all stored logs command: $ hydra investigate show-logs e89d0377-33b5-4bcf-a689-d1da03dd401f

Logs:

Jenkins job URL
Argus

@mykaul
Copy link
Contributor

mykaul commented Nov 8, 2023

@bhalevy - we need to determine if this one is a blocker for 5.4 or not.

@fruch
Copy link
Contributor

fruch commented Nov 8, 2023

@denesb #15508 is merged at Oct 5, how come we still see it on master runs ? (with 5.5.0~dev-20231030.949e9f1205aa)

@denesb
Copy link
Contributor Author

denesb commented Nov 8, 2023

@bhalevy - we need to determine if this one is a blocker for 5.4 or not.

Yes, this is a blocked, we need to find out how readers are leaked to other scheduling groups.

@denesb
Copy link
Contributor Author

denesb commented Nov 8, 2023

@denesb #15508 is merged at Oct 5, how come we still see it on master runs ? (with 5.5.0~dev-20231030.949e9f1205aa)

The above is not a fix, it is just an improved error message to help debugging.

@fruch
Copy link
Contributor

fruch commented Nov 8, 2023

@denesb #15508 is merged at Oct 5, how come we still see it on master runs ? (with 5.5.0~dev-20231030.949e9f1205aa)

The above is not a fix, it is just an improved error message to help debugging.

o.k. I hoped its helps.

@denesb
Copy link
Contributor Author

denesb commented Nov 9, 2023

Looking at the last reproducer.

The error message looks like this:

2023-11-04T08:02:19.031+00:00 longevity-large-partitions-200k-pks-db-node-e89d0377-0-4      !ERR | scylla[7471]:  [shard  2:strm] querier_cache - semaphore mismatch detected, dropping reader scylla_bench.test:data-query: reader belongs to _read_concurrency_sem (0x6040004de628) but the query class appropriate is _streaming_concurrency_sem (0x6040004de838), at: 0x5fc639e 0x5fc6960 0x5fc6c38 0x5a911b7 0x4567983 0x4566129 0x1a3b09b 0x3237a67 0x3238cf1 0x5ac249f 0x5ac3777 0x5ae73c3 0x5a91efa /opt/scylladb/libreloc/libc.so.6+0x8c946 /opt/scylladb/libreloc/libc.so.6+0x11286f

We are attempting to continue a read -- started in the statement group -- in the streaming group.
This is a data-query, for which the statement group is appropriate.

Looking at the task-queues:

(gdb) scylla task-queues
   id name                             shares  tasks
   00 "main"                            200.00 0
   01 "atexit"                         1000.00 0
   02 "background_reclaim"              122.00 0
*A 03 "streaming"                       200.00 0
   04 "compaction"                       50.00 0
   05 "mem_compaction"                 1000.00 0
   06 "statement"                      1000.00 0
   07 "memtable"                          7.57 0
   08 "memtable_to_cache"               200.00 0
   09 "gossip"                         1000.00 0
   10 "commitlog"                      1000.00 0

We are indeed currently in the streaming group. This is definitely a bug.

@denesb
Copy link
Contributor Author

denesb commented Nov 9, 2023

Huh, looks like we started the CQL server in the streaming group:

3462  Nov 04 07:39:45.417159 longevity-large-partitions-200k-pks-db-node-e89d0377-0-4 scylla[7471]:  [shard  0:strm] cql_server_controller - Starting listening for CQL clients on 10.142.0.179:9042 (unencrypted, non-shard-aware)                            
    1 Nov 04 07:39:45.417176 longevity-large-partitions-200k-pks-db-node-e89d0377-0-4 scylla[7471]:  [shard  0:strm] cql_server_controller - Starting listening for CQL clients on 10.142.0.179:19042 (unencrypted, shard-aware) 

@denesb
Copy link
Contributor Author

denesb commented Nov 9, 2023

Found the bug: nodetool enablebinary starts the CQL server in the streaming group, where the API itself runs.

INFO  2023-11-09 08:25:12,512 [shard 0:stmt] cql_server_controller - Starting listening for CQL clients on 127.0.0.1:9042 (unencrypted, non-shard-aware)
INFO  2023-11-09 08:25:12,512 [shard 0:stmt] cql_server_controller - Starting listening for CQL clients on 127.0.0.1:19042 (unencrypted, shard-aware)
INFO  2023-11-09 08:25:12,512 [shard 0:main] init - serving
INFO  2023-11-09 08:25:12,512 [shard 0:main] init - Scylla version 5.5.0~dev-0.20231109.f094e23d8493 initialization completed.
INFO  2023-11-09 08:25:26,416 [shard 0:strm] cql_server_controller - CQL server stopped
INFO  2023-11-09 08:25:33,594 [shard 0:strm] cql_server_controller - Starting listening for CQL clients on 127.0.0.1:9042 (unencrypted, non-shard-aware)
INFO  2023-11-09 08:25:33,594 [shard 0:strm] cql_server_controller - Starting listening for CQL clients on 127.0.0.1:19042 (unencrypted, shard-aware)

@mykaul
Copy link
Contributor

mykaul commented Nov 9, 2023

Found the bug: nodetool enablebinary starts the CQL server in the streaming group, where the API itself runs.

YAY!

@denesb
Copy link
Contributor Author

denesb commented Nov 9, 2023

The semahore mismatch detection code is just a canary in the coal mine here. The bug is in scylla for who knows how long.

@mykaul
Copy link
Contributor

mykaul commented Nov 9, 2023

We have at least one customer who shall remain nameless that uses this functionality and will need this fixed (CC @fee-mendes )

@denesb denesb changed the title semaphore mismatch on querier lookup: expected statement, got streaming nodetool enablebinary starts the CQL server in the streaming group Nov 9, 2023
@denesb
Copy link
Contributor Author

denesb commented Nov 9, 2023

Updated title and description. BTW I think we should do this more -- often the title/opening description of issues is that of the original bug report, and one has to scroll back and read multiple comments to understand the result of the investigation.

@mykaul
Copy link
Contributor

mykaul commented Nov 9, 2023

Updated title and description. BTW I think we should do this more -- often the title/opening description of issues is that of the original bug report, and one has to scroll back and read multiple comments to understand the result of the investigation.

Title - absolutely - I do it regularly.
Opening description - unsure, has cons/pros.

@denesb
Copy link
Contributor Author

denesb commented Nov 9, 2023

Title - absolutely - I do it regularly.
Opening description - unsure, has cons/pros.

I advocate for adding a ## Summary on top, then leave the old text, under ## Original Description. I think we should leave all original content, just add an easy-to-find summary at the very top.

@bhalevy
Copy link
Member

bhalevy commented Nov 9, 2023

Title - absolutely - I do it regularly.
Opening description - unsure, has cons/pros.

I advocate for adding a ## Summary on top, then leave the old text, under ## Original Description. I think we should leave all original content, just add an easy-to-find summary at the very top.

If only github comments had timestamps so you could repair history in hind sight... ;-)

@fee-mendes
Copy link
Member

If only github comments had timestamps so you could repair history in hind sight... ;-)

Seems like a good business use case for AI to summarize an ongoing issue.
Thanks for looping me in guys!

@michoecho
Copy link
Contributor

Huh, looks like we started the CQL server in the streaming group:

3462  Nov 04 07:39:45.417159 longevity-large-partitions-200k-pks-db-node-e89d0377-0-4 scylla[7471]:  [shard  0:strm] cql_server_controller - Starting listening for CQL clients on 10.142.0.179:9042 (unencrypted, non-shard-aware)                            
    1 Nov 04 07:39:45.417176 longevity-large-partitions-200k-pks-db-node-e89d0377-0-4 scylla[7471]:  [shard  0:strm] cql_server_controller - Starting listening for CQL clients on 10.142.0.179:19042 (unencrypted, shard-aware) 

Praise be to scylladb/seastar@42970cf.
cc @tchaikov Good commit!

@denesb
Copy link
Contributor Author

denesb commented Nov 9, 2023

Praise be to scylladb/seastar@42970cf.
cc @tchaikov Good commit!

Yes, before seeing this in the logs, I was chasing a complete dead-end of possibly misbehaving with_scheduling_group() and coroutine::switch_to().

@mykaul mykaul added backport/5.2 Issues that should be backported to 5.2 branch once they'll be fixed Field-Tier1 Urgent issues as per FieldEngineering request labels Nov 9, 2023
denesb added a commit to denesb/scylla that referenced this issue Nov 9, 2023
Currently, it is started/stopped in the streaming/maintenance sg, which
is what the API itself runs in.
Starting the native transport in the streaming sg, will lead to severely
degraded performance, as the streaming sg has significantly less
CPU/disk shares and reader concurrency semaphore resources.
Furthermore, it will lead to multi-paged reads possibly switching
between scheduling groups mid-way, triggering an internal error.

To fix, use `with_scheduling_group()` for both starting and stopping
native transport. Technically, it is only strictly necessary for
starting, but I added it for stop as well for consistency.

Also apply the same treatment to RPC (Thrift). Although no one uses it,
best to fix it, just to be on the safe side.

I think we need a more systematic approach for solving this once and for
all, like passing the scheduling group to the protocol server and have
it switch to it internally. This allows the server to always run on the
correct scheduling group, not depending on the caller to remember using
it. However, I think this is best done in a follow-up, to keep this
critical patch small and easily backportable.

Fixes: scylladb#15485
@denesb
Copy link
Contributor Author

denesb commented Nov 9, 2023

Fix here: #16019.

@denesb
Copy link
Contributor Author

denesb commented Nov 10, 2023

@mykaul @fee-mendes FYI, I just checked and on enterprise, the effects are much reduced, because upon authentication, the connection will be moved to the SL appropriate scheduling group anyway.

denesb added a commit to denesb/scylla that referenced this issue Nov 13, 2023
Currently, it is started/stopped in the streaming/maintenance sg, which
is what the API itself runs in.
Starting the native transport in the streaming sg, will lead to severely
degraded performance, as the streaming sg has significantly less
CPU/disk shares and reader concurrency semaphore resources.
Furthermore, it will lead to multi-paged reads possibly switching
between scheduling groups mid-way, triggering an internal error.

To fix, use `with_scheduling_group()` for both starting and stopping
native transport. Technically, it is only strictly necessary for
starting, but I added it for stop as well for consistency.

Also apply the same treatment to RPC (Thrift). Although no one uses it,
best to fix it, just to be on the safe side.

I think we need a more systematic approach for solving this once and for
all, like passing the scheduling group to the protocol server and have
it switch to it internally. This allows the server to always run on the
correct scheduling group, not depending on the caller to remember using
it. However, I think this is best done in a follow-up, to keep this
critical patch small and easily backportable.

Fixes: scylladb#15485
avikivity pushed a commit that referenced this issue Nov 20, 2023
Currently, it is started/stopped in the streaming/maintenance sg, which
is what the API itself runs in.
Starting the native transport in the streaming sg, will lead to severely
degraded performance, as the streaming sg has significantly less
CPU/disk shares and reader concurrency semaphore resources.
Furthermore, it will lead to multi-paged reads possibly switching
between scheduling groups mid-way, triggering an internal error.

To fix, use `with_scheduling_group()` for both starting and stopping
native transport. Technically, it is only strictly necessary for
starting, but I added it for stop as well for consistency.

Also apply the same treatment to RPC (Thrift). Although no one uses it,
best to fix it, just to be on the safe side.

I think we need a more systematic approach for solving this once and for
all, like passing the scheduling group to the protocol server and have
it switch to it internally. This allows the server to always run on the
correct scheduling group, not depending on the caller to remember using
it. However, I think this is best done in a follow-up, to keep this
critical patch small and easily backportable.

Fixes: #15485

Closes #16019

(cherry picked from commit dfd7981)
avikivity pushed a commit that referenced this issue Nov 20, 2023
Currently, it is started/stopped in the streaming/maintenance sg, which
is what the API itself runs in.
Starting the native transport in the streaming sg, will lead to severely
degraded performance, as the streaming sg has significantly less
CPU/disk shares and reader concurrency semaphore resources.
Furthermore, it will lead to multi-paged reads possibly switching
between scheduling groups mid-way, triggering an internal error.

To fix, use `with_scheduling_group()` for both starting and stopping
native transport. Technically, it is only strictly necessary for
starting, but I added it for stop as well for consistency.

Also apply the same treatment to RPC (Thrift). Although no one uses it,
best to fix it, just to be on the safe side.

I think we need a more systematic approach for solving this once and for
all, like passing the scheduling group to the protocol server and have
it switch to it internally. This allows the server to always run on the
correct scheduling group, not depending on the caller to remember using
it. However, I think this is best done in a follow-up, to keep this
critical patch small and easily backportable.

Fixes: #15485

Closes #16019

(cherry picked from commit dfd7981)
avikivity pushed a commit that referenced this issue Nov 20, 2023
Currently, it is started/stopped in the streaming/maintenance sg, which
is what the API itself runs in.
Starting the native transport in the streaming sg, will lead to severely
degraded performance, as the streaming sg has significantly less
CPU/disk shares and reader concurrency semaphore resources.
Furthermore, it will lead to multi-paged reads possibly switching
between scheduling groups mid-way, triggering an internal error.

To fix, use `with_scheduling_group()` for both starting and stopping
native transport. Technically, it is only strictly necessary for
starting, but I added it for stop as well for consistency.

Also apply the same treatment to RPC (Thrift). Although no one uses it,
best to fix it, just to be on the safe side.

I think we need a more systematic approach for solving this once and for
all, like passing the scheduling group to the protocol server and have
it switch to it internally. This allows the server to always run on the
correct scheduling group, not depending on the caller to remember using
it. However, I think this is best done in a follow-up, to keep this
critical patch small and easily backportable.

Fixes: #15485

Closes #16019

(cherry picked from commit dfd7981)
@avikivity
Copy link
Member

Backported to 5.1, 5.2, 5.4.

@mykaul mykaul removed backport/5.2 Issues that should be backported to 5.2 branch once they'll be fixed backport/5.4 Issues that should be backported to 5.4 branch once they'll be fixed labels Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Field-Tier1 Urgent issues as per FieldEngineering request P1 Urgent type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants