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

large allocation when calculating schema digest with 5000 stables #6376

Closed
fgelcer opened this issue May 5, 2020 · 35 comments
Closed

large allocation when calculating schema digest with 5000 stables #6376

fgelcer opened this issue May 5, 2020 · 35 comments
Assignees
Milestone

Comments

@fgelcer
Copy link

fgelcer commented May 5, 2020

Installation details
Scylla version (or git commit hash): 4.0.rc3-0.20200501.eee4c00e29 with build-id 0fe095b80ee54c7f47a688aaac0c6bb835118ddc
Cluster size: started with 1 and then added more 5
OS (RHEL/CentOS/Ubuntu/AWS AMI): ami-0352ad86d128c6419

seen such message on all nodes...
the 1st time it happened when there was one single node (the test creates one single node, then creates 5000 tables, and then add (5) nodes) during compaction:

WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1052672 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at   0x331b31d#012  0x2e36324#012  0x2e3b02b#012  0x1057041#012  0x105a06a#012  0x1065d7f#012  0xf6466b#012  0x1b7749b#012  0x1b77d55#012  0x2e7ac30#012  0x2e7ae3f#012  0x2eb2df5#012  0x2ec141c#012  0x2e4caed#012  /opt/scylladb/libreloc/libpthread.so.0+0x94e1#012  /opt/scylladb/libreloc/libc.so.6+0x1016a2

decoded backtrace:

0x331b31d
0x2e36324
0x2e3b02b
0x1057041
0x105a06a
0x1065d7f
0xf6466b
0x1b7749b
0x1b77d55
0x2e7ac30
0x2e7ae3f
0x2eb2df5
0x2ec141c
0x2e4caed
/opt/scylladb/libreloc/libpthread.so.0+0x94e1
/opt/scylladb/libreloc/libc.so.6+0x1016a2backtrace<seastar::current_backtrace()::<lambda(seastar::frame)> > at /usr/include/fmt/format.h:1158
 (inlined by) seastar::current_backtrace() at ./build/release/seastar/./seastar/src/util/backtrace.cc:84
seastar::memory::cpu_pages::warn_large_allocation(unsigned long) at /usr/include/c++/9/ostream:221
seastar::memory::cpu_pages::check_large_allocation(unsigned long) at /usr/include/c++/9/ostream:221
 (inlined by) seastar::memory::cpu_pages::allocate_large(unsigned int) at ./build/release/seastar/./seastar/src/core/memory.cc:677
 (inlined by) seastar::memory::allocate_large(unsigned long) at ./build/release/seastar/./seastar/src/core/memory.cc:1216
 (inlined by) seastar::memory::allocate(unsigned long) at ./build/release/seastar/./seastar/src/core/memory.cc:1268
 (inlined by) operator new(unsigned long) at ./build/release/seastar/./seastar/src/core/memory.cc:1694
__gnu_cxx::new_allocator<ser::deletable_row_view>::allocate(unsigned long, void const*) at /usr/include/fmt/format.h:1158
 (inlined by) std::allocator_traits<std::allocator<ser::deletable_row_view> >::allocate(std::allocator<ser::deletable_row_view>&, unsigned long) at /usr/include/c++/9/bits/alloc_traits.h:444
 (inlined by) std::_Vector_base<ser::deletable_row_view, std::allocator<ser::deletable_row_view> >::_M_allocate(unsigned long) at /usr/include/c++/9/bits/stl_vector.h:343
 (inlined by) std::vector<ser::deletable_row_view, std::allocator<ser::deletable_row_view> >::reserve(unsigned long) at /usr/include/c++/9/bits/vector.tcc:78
std::vector<ser::deletable_row_view, std::allocator<ser::deletable_row_view> > ser::idl::serializers::internal::vector_serializer<std::vector<ser::deletable_row_view, std::allocator<ser::deletable_row_view> > >::read<seastar::fragmented_memory_input_stream<bytes_ostream::fragment_iterator> >(seastar::fragmented_memory_input_stream<bytes_ostream::fragment_iterator>&) at /usr/include/fmt/format.h:1158
 (inlined by) auto ser::deserialize<std::vector<ser::deletable_row_view, std::allocator<ser::deletable_row_view> >, seastar::fragmented_memory_input_stream<bytes_ostream::fragment_iterator> >(seastar::fragmented_memory_input_stream<bytes_ostream::fragment_iterator>&, boost::type<std::vector<ser::deletable_row_view, std::allocator<ser::deletable_row_view> > >) at ./serializer.hh:243
 (inlined by) _ZZNK3ser23mutation_partition_view4rowsEvENKUlRT_E_clIKN7seastar30fragmented_memory_input_streamIN13bytes_ostream17fragment_iteratorEEEEESt6vectorINS_18deletable_row_viewESaISC_EES2_ at ./build/release/gen/idl/mutation.dist.impl.hh:1196
 (inlined by) _ZNK7seastar19memory_input_streamIN13bytes_ostream17fragment_iteratorEE11with_streamIZNK3ser23mutation_partition_view4rowsEvEUlRT_E_EEDcOS7_ at ././seastar/include/seastar/core/simple-stream.hh:481
 (inlined by) with_serialized_stream<const seastar::memory_input_stream<bytes_ostream::fragment_iterator>, ser::mutation_partition_view::rows() const::<lambda(auto:210&)> > at ././seastar/include/seastar/core/simple-stream.hh:626
 (inlined by) ser::mutation_partition_view::rows() const at ./build/release/gen/idl/mutation.dist.impl.hh:1197
void mutation_partition_view::do_accept<partition_builder>(column_mapping const&, partition_builder&) const at ./mutation_partition_view.cc:234
frozen_mutation::unfreeze(seastar::lw_shared_ptr<schema const>) const at /usr/include/fmt/format.h:1158
_ZZZN2db13schema_tables23calculate_schema_digestERN7seastar7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS_14schema_featureEJLS9_0ELS9_1ELS9_2ELS9_3ELS9_4EEEEENKUlNS1_13basic_sstringIcjLj15ELb1EEEE_clESD_ENKUlT_E_clINS1_11foreign_ptrINS1_13lw_shared_ptrI19reconcilable_resultEEEEEEDaSF_ at /usr/include/fmt/format.h:1158
apply at /usr/include/fmt/format.h:1158
 (inlined by) apply<db::schema_tables::calculate_schema_digest(seastar::distributed<service::storage_proxy>&, db::schema_features)::<lambda(seastar::sstring)>::<lambda(auto:174)>, seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> > > at ././seastar/include/seastar/core/apply.hh:44
 (inlined by) apply<db::schema_tables::calculate_schema_digest(seastar::distributed<service::storage_proxy>&, db::schema_features)::<lambda(seastar::sstring)>::<lambda(auto:174)>, seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> > > at ././seastar/include/seastar/core/future.hh:1584
 (inlined by) operator() at ././seastar/include/seastar/core/future.hh:1208
 (inlined by) run_and_dispose at ././seastar/include/seastar/core/future.hh:522
seastar::reactor::run_tasks(seastar::reactor::task_queue&) at /usr/include/fmt/format.h:1158
seastar::reactor::run_some_tasks() at /usr/include/fmt/format.h:1158
seastar::reactor::run_some_tasks() at /usr/include/fmt/format.h:1158
 (inlined by) seastar::reactor::run() at ./build/release/seastar/./seastar/src/core/reactor.cc:2693
seastar::smp::configure(boost::program_options::variables_map, seastar::reactor_config)::{lambda()#3}::operator()() const at /usr/include/fmt/format.h:1158
std::function<void ()>::operator()() const at /usr/include/c++/9/bits/std_function.h:688
 (inlined by) seastar::posix_thread::start_routine(void*) at ./build/release/seastar/./seastar/src/core/posix.cc:52

logs can be found here:

+--------------------------------------------------------------------------------------------------------------------------------------------+
|                                      Collected logs by test-id: 58770232-5533-4cff-a22f-bb0e31077fed                                       |
+-------------+------------------------------------------------------------------------------------------------------------------------------+
| Cluster set | Link                                                                                                                         |
+-------------+------------------------------------------------------------------------------------------------------------------------------+
| db-cluster  | https://cloudius-jenkins-test.s3.amazonaws.com/58770232-5533-4cff-a22f-bb0e31077fed/20200505_135041/db-cluster-58770232.zip  |
| monitor-set | https://cloudius-jenkins-test.s3.amazonaws.com/58770232-5533-4cff-a22f-bb0e31077fed/20200505_135041/monitor-set-58770232.zip |
| loader-set  | https://cloudius-jenkins-test.s3.amazonaws.com/58770232-5533-4cff-a22f-bb0e31077fed/20200505_135041/loader-set-58770232.zip  |
| sct-runner  | https://cloudius-jenkins-test.s3.amazonaws.com/58770232-5533-4cff-a22f-bb0e31077fed/20200505_135041/sct-runner-58770232.zip  |
+-------------+------------------------------------------------------------------------------------------------------------------------------+
@slivne
Copy link
Contributor

slivne commented Jul 26, 2020

I am closing this - since we fixed a number of issues related to memory / using non continues memory - if this happens again - please report

@slivne slivne closed this as completed Jul 26, 2020
@avikivity avikivity changed the title seastar_memory - oversized allocation large allocation when calculating schema digest with 5000 stables Aug 5, 2020
@avikivity avikivity reopened this Aug 5, 2020
@avikivity
Copy link
Member

This isn't fixed.

@avikivity
Copy link
Member

avikivity commented Aug 5, 2020

This is due to (trigger warning: generated code):

struct mutation_partition_view {
    utils::input_stream v;
   

...

    auto rows() const {
      return seastar::with_serialized_stream(v, [this] (auto& v) -> decltype(deserialize(std::declval<utils::input_stream&>(), boost::type<std::vector<deletable_row_view>>())) {
       auto in = v;
       ser::skip(in, boost::type<size_type>());
       ser::skip(in, boost::type<tombstone_view>());
       ser::skip(in, boost::type<row_view>());
       ser::skip(in, boost::type<std::vector<range_tombstone_view>>());
       return deserialize(in, boost::type<std::vector<deletable_row_view>>());
      });
    }

};

@avikivity avikivity added the low label Aug 5, 2020
@avikivity
Copy link
Member

Low priority. It's just a warning, triggers on rare occasions, and in extreme scenarios (5000 tables).

I don't understand why 5000 tables triggered a warning on a 1MB allocation though. What's the schema of an individual table?

Moving to a git-like system where the overall schema refers to hashes of individual tables will improve this, since then we'll only need 5000 rows, not 5000*n rows.

/cc @tgrabiec

@tgrabiec
Copy link
Contributor

Refs #939

@fgelcer
Copy link
Author

fgelcer commented Aug 25, 2020

Low priority. It's just a warning, triggers on rare occasions, and in extreme scenarios (5000 tables).

I don't understand why 5000 tables triggered a warning on a 1MB allocation though. What's the schema of an individual table?

sorry for the delay.

here is the keyspace definition:

keyspace_definition: |
  CREATE KEYSPACE feeds WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 3} AND durable_writes = true;

here is the table definition:

table_definition: |
  CREATE TABLE feeds.${table_name} (
      field1 text PRIMARY KEY,
      field2 text,
      field3 date,
      field4 text
  ) WITH bloom_filter_fp_chance = 0.01
      AND caching = {'keys': 'ALL', 'rows_per_partition': 'ALL'}
      AND comment = ''
      AND compaction = {'class': 'SizeTieredCompactionStrategy'}
      AND compression = {}
      AND crc_check_chance = 1.0
      AND dclocal_read_repair_chance = 0.1
      AND default_time_to_live = 0
      AND gc_grace_seconds = 864000
      AND max_index_interval = 2048
      AND memtable_flush_period_in_ms = 0
      AND min_index_interval = 128
      AND read_repair_chance = 0.0
      AND speculative_retry = '99.0PERCENTILE';

here are the "extra" definitions:

extra_definitions:
  - CREATE INDEX IF NOT EXISTS ${table_name}_field4_${table_name} ON feeds.${table_name} (field4);

@avikivity
Copy link
Member

(gdb) p sizeof(ser::deletable_row_view)
$1 = 40

So 1MB -> 25,000 rows -> 5 rows per table. Which is reasonable.

@avikivity
Copy link
Member

@haaawk let's change drivers to use paged queries when querying system_schema.

@denesb
Copy link
Contributor

denesb commented Sep 9, 2020

Note that such queries will soon start to trigger warnings and fail because we now restrict the amount of memory unpaged queries can consume.

@avikivity
Copy link
Member

Yes. @haaawk ping.

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

running the same job (5000 tables) with Scylla 4.3 (ami-01cc969208fae7a3a) - 4.3.rc0-0.20201028.bbef05ae3c with build-id adad9e1dae9eb9dbebab38bd5e7258d5c7360350

seeing seastar_memory - oversized allocation many times in the logs:

grep "seastar_memory - oversized allocation" sct.log | wc -l
238

AFAICT this could be causing nodes to be overloaded, and then we see PrometheusAlertManagerEvent reporting nodes being down (like they timeout the heart beat) like here:

< t:2020-11-10 17:18:12,499 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:12,500 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:12,501 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:12,502 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
...

and it generates in SCT these alerts:

2020-11-10 17:18:17.715: (PrometheusAlertManagerEvent Severity.WARNING): alert_name=InstanceDown type=end start=2020-11-10T17:17:09.591Z end=2020-11-10T17:20:09.591Z description=[10.0.2.222] has been down for more than 30 seconds. updated=2020-11-10T17:17:09.604Z state=active fingerprint=90d645e7200bd108 labels={'alertname': 'InstanceDown', 'instance': '[10.0.2.222]', 'job': 'scylla', 'monitor': 'scylla-monitor', 'severity': '2'}

it happens to all nodes.

logs can be found here:
sct-runner
db-cluster
prometheus

@avikivity
Copy link
Member

Please decode all the addresses, not just one.

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

Please decode all the addresses, not just one.

all of them are already decoded in sct-runner logs

i can copy from the file and paste here, if you find it easier to access them

@avikivity
Copy link
Member

Yes please, it's also searchable here.

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

Yes please, it's also searchable here.

it will be a very long one, but find it in the next few comments

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

< t:2020-11-10 12:13:08,390 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 020-11-10T12:12:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 12:17:54,427 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T12:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 14:35:30,968 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T14:35:30+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1052672 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::event::schema_change> >, cql3::statements::create_index_statement::announce_migration(service::storage_proxy&, bool) const::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, cql3::statements::create_index_statement::announce_migration(service::storage_proxy&, bool) const::{lambda()#1}<seastar::shared_ptr<cql_transport::event::schema_change> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::event::schema_change> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >, cql3::statements::schema_altering_statement::execute0(service::storage_proxy&, service::query_state&, cql3::query_options const&, bool) const::{lambda(auto:1)#1}, seastar::future<seastar::shared_ptr<cql_transport::event::schema_change> >::then_impl_nrvo<{lambda(auto:1)#1}, cql3::statements::schema_altering_statement::execute0(service::storage_proxy&, service::query_state&, cql3::query_options const&, bool) const::{lambda(auto:1)#1}<seastar::shared_ptr<cql_transport::messages::result_message> > >({lambda(auto:1)#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >&&, {lambda(auto:1)#1}&, seastar::future_state<cql_transport::event::schema_change>&&)#1}, cql_transport::event::schema_change>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >, cql3::statements::schema_altering_statement::execute(service::storage_proxy&, service::query_state&, cq
< t:2020-11-10 15:13:05,776 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T15:12:57+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:03,962 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-10 17:18:03,962 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11505664 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}, seastar::future<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >::then_impl_nrvo<std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&, {lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > >(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, std::vector<canonical_mutation, std::allocator<canonical_mutation> >&, seastar::future_state<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >&&)#1}, std::vector<canonical_mutation, std::allocator<canonical_mutation> > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::finally_body<service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda()#2}, false>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, {lambda()#2}>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, {lambda()#2}&, seastar::future_state<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&)#1}, seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::recv_helper<netw::serializer, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::rpc::optional<netw::schema_pull_options>, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point>(seastar::rpc::signature<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::optional<netw::schema_pull_options>)>, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>&&, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point)::{lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1}::operator()(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)::{lambda(auto:1)#3}::operator()<seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >({lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1})::{lambda()#1}::operator()()::{lambda(seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >)#1}, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<void>, seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >(std::function<seastar::future<seastar::rpc::tuple<std::vector<froz
< t:2020-11-10 17:18:12,499 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:12,500 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:12,501 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:12,502 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:12,503 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11505664 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:18:12,503 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:17:59+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xfb540f#012   0xe0ac36#012   0xd5a18c#012   0xfce5ad#012   0xfcf4ce#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::internal::repeater<logalloc::region_group::start_releaser(seastar::scheduling_group)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}>
< t:2020-11-10 17:28:50,624 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:28:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:28:50,625 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:28:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:28:50,626 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:28:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:28:50,627 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:28:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:28:50,628 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:28:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11505664 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:28:50,629 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:28:44+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xfb540f#012   0xe0ac36#012   0xd5a18c#012   0xfce5ad#012   0xfcf4ce#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::internal::repeater<logalloc::region_group::start_releaser(seastar::scheduling_group)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}>
< t:2020-11-10 17:39:18,535 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:39:17+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:39:18,536 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:39:17+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:39:18,537 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:39:17+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:39:18,538 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:39:17+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:39:18,539 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:39:17+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11505664 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:39:18,540 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:39:18+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xfb540f#012   0xe0ac36#012   0xd5a18c#012   0xfce5ad#012   0xfcf4ce#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::internal::repeater<logalloc::region_group::start_releaser(seastar::scheduling_group)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}>
< t:2020-11-10 17:49:58,315 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:49:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:49:58,316 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:49:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:49:58,317 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:49:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:49:58,318 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:49:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:49:58,319 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T17:49:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11505664 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 17:50:13,320 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 020-11-10T17:49:59+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xfb540f#012   0xe0ac36#012   0xd5a18c#012   0xfce5ad#012   0xfcf4ce#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::internal::repeater<logalloc::region_group::start_releaser(seastar::scheduling_group)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}>
< t:2020-11-10 18:00:53,058 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:00:50+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:00:53,059 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:00:50+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:00:53,060 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:00:50+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:00:53,061 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:00:50+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:00:53,062 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:00:50+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11505664 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:00:53,063 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:00:52+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xfb540f#012   0xe0ac36#012   0xd5a18c#012   0xfce5ad#012   0xfcf4ce#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::internal::repeater<logalloc::region_group::start_releaser(seastar::scheduling_group)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}>
< t:2020-11-10 18:06:11,464 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:06:01+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 9] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:06:11,469 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:06:09+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 18] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:06:26,474 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:06:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 27] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:06:26,477 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:06:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 28] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:06:41,481 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:06:30+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 15] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:06:41,485 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:06:40+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 24] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:06:56,490 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:06:50+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 3] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:07:11,494 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:07:01+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:07:11,499 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:07:10+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 21] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 18:08:11,512 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T18:08:01+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 19:37:59,150 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T19:37:54+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 19:37:59,154 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T19:37:54+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 20:53:36,203 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T20:53:31+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

< t:2020-11-10 20:53:36,230 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T20:53:34+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 20:53:36,231 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T20:53:34+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-10 21:54:46,807 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:44+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:54:47,008 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:54:52,567 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:44+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:54:52,578 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:47+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::event::schema_change> >, cql3::statements::create_table_statement::announce_migration(service::storage_proxy&, bool) const::{lambda(auto:1&&)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::shared_ptr<cql_transport::event::schema_change>, {lambda(auto:1&&)#2}>({lambda(auto:1&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::event::schema_change> >&&, {lambda(auto:1&&)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >, cql3::statements::schema_altering_statement::execute0(service::storage_proxy&, service::query_state&, cql3::query_options const&, bool) const::{lambda(auto:1)#1}, seastar::future<seastar::shared_ptr<cql_transport::event::schema_change> >::then_impl_nrvo<{lambda(auto:1)#1}, cql3::statements::schema_altering_statement::execute0(service::storage_proxy&, service::query_state&, cql3::query_options const&, bool) const::{lambda(auto:1)#1}<seastar::shared_ptr<cql_transport::messages::result_message> > >({lambda(auto:1)#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >&&, {lambda(auto:1)#1}&, seastar::future_state<cql_transport::event::schema_change>&&)#1}, cql_transport::event::schema_change>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >, cql3::statements::schema_altering_statement::execute(service::storage_proxy&, service::query_state&, cql3::query_options const&) const::{lambda(seastar::shared_ptr<cql_transport::mes
< t:2020-11-10 21:54:55,500 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:44+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:54:55,512 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:47+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:54:57,126 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:54:57,136 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:47+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:55:01,826 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:47+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:55:02,021 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:54:47+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-10 21:55:26,330 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-10T21:55:13+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 2] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 00:07:57,423 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T00:07:51+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 00:07:57,431 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T00:07:51+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 00:07:57,433 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T00:07:51+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 01:16:45,513 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T01:16:41+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 01:16:45,517 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T01:16:41+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 01:16:45,518 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T01:16:41+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 01:20:15,633 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T01:20:14+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 02:49:11,886 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T02:49:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 02:49:11,888 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T02:49:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 03:04:36,122 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T03:04:29+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 03:04:36,123 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T03:04:29+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 04:14:08,820 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T04:14:03+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::internal::invoke_func_with_gate<service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}>(seastar::gate&, service::migration_manager::merge_schema_in_background<canonical_mutation>(netw::msg_addr, std::vector<canonical_mutation, std::allocator<canonical_mutation> > const&)::{lambda()#1}&&)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#1}>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<std::vector<canonical_mutation, std::allocator<canonical_mutation> >, seastar::shared_ptr<service::storage_proxy> >, seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZZN7service17migration_manager22init_messaging_serviceEvENKUlRKNS_3rpc11client_infoESt6vectorI15frozen_mutationSaISB_EENS6_8optionalISA_I18canonical_mutationSaISF_EEEEE0_clES9_SD_SI_EUlOT_E1_ZNS_6futureIvE17then_wrapped_nrvoIvSM_EENS_8futurizeISK_E4typeEOT0_EUlOS3_RSM_ONS_12future_stateINS1_9monostateEEEE_vEE
< t:2020-11-11 04:14:08,846 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T04:14:07+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}>(db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::merge_schema(seastar::sharded<service::storage_proxy>&, gms::feature_service&, std::vector<mutation, std::allocator<mutation> >)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::event::schema_change> >, cql3::statements::create_table_statement::announce_migration(service::storage_proxy&, bool) const::{lambda(auto:1&&)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::shared_ptr<cql_transport::event::schema_change>, {lambda(auto:1&&)#2}>({lambda(auto:1&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::event::schema_change> >&&, {lambda(auto:1&&)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >, cql3::statements::schema_altering_statement::execute0(service::storage_proxy&, service::query_state&, cql3::query_options const&, bool) const::{lambda(auto:1)#1}, seastar::future<seastar::shared_ptr<cql_transport::event::schema_change> >::then_impl_nrvo<{lambda(auto:1)#1}, cql3::statements::schema_altering_statement::execute0(service::storage_proxy&, service::query_state&, cql3::query_options const&, bool) const::{lambda(auto:1)#1}<seastar::shared_ptr<cql_transport::messages::result_message> > >({lambda(auto:1)#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >&&, {lambda(auto:1)#1}&, seastar::future_state<cql_transport::event::schema_change>&&)#1}, cql_transport::event::schema_change>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::shared_ptr<cql_transport::messages::result_message> >, cql3::statements::schema_altering_statement::execute(service::storage_proxy&, service::query_state&, cql3::query_options const&) const::{lambda(seastar::shared_ptr<cql_transport::mes
< t:2020-11-11 06:23:23,529 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T06:23:18+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

< t:2020-11-11 07:35:26,295 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T07:35:21+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 07:35:26,297 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T07:35:21+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 07:46:49,049 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T07:46:46+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 07:46:49,196 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T07:46:47+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 07:46:49,201 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T07:46:47+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 10:09:06,495 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T10:08:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 10:09:06,497 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T10:08:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 13:23:47,174 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T13:23:37+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 13:23:47,176 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T13:23:37+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 13:39:39,843 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T13:39:30+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 13:39:39,844 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T13:39:30+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 14:51:08,121 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T14:51:05+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 14:51:08,122 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T14:51:05+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 15:06:32,996 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T15:06:26+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 15:06:32,997 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T15:06:26+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 16:22:19,475 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T16:22:14+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 16:22:19,480 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T16:22:15+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 16:22:19,481 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T16:22:15+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 17:45:30,680 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:45:16+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 17:45:30,685 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:45:17+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 17:45:30,686 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:45:17+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 17:50:17,201 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:50:13+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 17:50:17,208 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:50:14+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 17:50:17,209 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:50:14+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 17:55:33,767 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:55:25+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 17:55:33,774 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:55:26+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 17:55:33,775 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T17:55:26+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 18:02:35,475 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T18:02:25+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 18:02:35,485 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T18:02:26+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 18:02:35,486 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T18:02:26+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 18:08:22,103 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T18:08:10+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 18:08:22,108 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T18:08:11+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 18:08:22,109 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T18:08:11+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 19:17:53,310 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:52+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-11 19:17:53,830 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-11 19:17:53,831 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82e4e#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-11 19:17:53,833 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}, seastar::future<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >::then_impl_nrvo<std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&, {lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > >(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, std::vector<canonical_mutation, std::allocator<canonical_mutation> >&, seastar::future_state<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >&&)#1}, std::vector<canonical_mutation, std::allocator<canonical_mutation> > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::finally_body<service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda()#2}, false>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, {lambda()#2}>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, {lambda()#2}&, seastar::future_state<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&)#1}, seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::recv_helper<netw::serializer, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::rpc::optional<netw::schema_pull_options>, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point>(seastar::rpc::signature<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::optional<netw::schema_pull_options>)>, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>&&, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point)::{lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1}::operator()(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)::{lambda(auto:1)#3}::operator()<seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >({lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1})::{lambda()#1}::operator()()::{lambda(seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >)#1}, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<void>, seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >(std::function<seastar::future<seastar::rpc::tuple<std::vector<froz
< t:2020-11-11 19:17:58,248 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

< t:2020-11-11 19:17:58,249 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}, seastar::future<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >::then_impl_nrvo<std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&, {lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > >(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, std::vector<canonical_mutation, std::allocator<canonical_mutation> >&, seastar::future_state<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >&&)#1}, std::vector<canonical_mutation, std::allocator<canonical_mutation> > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::finally_body<service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda()#2}, false>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, {lambda()#2}>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, {lambda()#2}&, seastar::future_state<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&)#1}, seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::recv_helper<netw::serializer, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::rpc::optional<netw::schema_pull_options>, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point>(seastar::rpc::signature<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::optional<netw::schema_pull_options>)>, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>&&, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point)::{lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1}::operator()(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)::{lambda(auto:1)#3}::operator()<seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >({lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1})::{lambda()#1}::operator()()::{lambda(seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >)#1}, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<void>, seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >(std::function<seastar::future<seastar::rpc::tuple<std::vector<froz
< t:2020-11-11 19:18:00,544 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 19:18:00,545 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 19:18:00,547 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 19:18:00,548 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 19:18:00,549 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 19:18:00,551 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:54+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xfb540f#012   0xe0ac36#012   0xd5a18c#012   0xfce5ad#012   0xfcf4ce#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::internal::repeater<logalloc::region_group::start_releaser(seastar::scheduling_group)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}>
< t:2020-11-11 19:18:06,593 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-11 19:18:06,594 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}, seastar::future<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >::then_impl_nrvo<std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&, {lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > >(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, std::vector<canonical_mutation, std::allocator<canonical_mutation> >&, seastar::future_state<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >&&)#1}, std::vector<canonical_mutation, std::allocator<canonical_mutation> > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::finally_body<service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda()#2}, false>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, {lambda()#2}>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, {lambda()#2}&, seastar::future_state<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&)#1}, seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::recv_helper<netw::serializer, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::rpc::optional<netw::schema_pull_options>, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point>(seastar::rpc::signature<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::optional<netw::schema_pull_options>)>, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>&&, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point)::{lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1}::operator()(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)::{lambda(auto:1)#3}::operator()<seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >({lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1})::{lambda()#1}::operator()()::{lambda(seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >)#1}, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<void>, seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >(std::function<seastar::future<seastar::rpc::tuple<std::vector<froz
< t:2020-11-11 19:18:08,312 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 020-11-11T19:17:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}, seastar::future<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >::then_impl_nrvo<std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&, {lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > >(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, std::vector<canonical_mutation, std::allocator<canonical_mutation> >&, seastar::future_state<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >&&)#1}, std::vector<canonical_mutation, std::allocator<canonical_mutation> > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::finally_body<service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda()#2}, false>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, {lambda()#2}>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, {lambda()#2}&, seastar::future_state<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&)#1}, seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::recv_helper<netw::serializer, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::rpc::optional<netw::schema_pull_options>, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point>(seastar::rpc::signature<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::optional<netw::schema_pull_options>)>, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>&&, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point)::{lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1}::operator()(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)::{lambda(auto:1)#3}::operator()<seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >({lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1})::{lambda()#1}::operator()()::{lambda(seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >)#1}, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<void>, seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >(std::function<seastar::future<seastar::rpc::tuple<std::vector<froz
< t:2020-11-11 20:42:31,844 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T20:42:16+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 20:42:31,845 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T20:42:16+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-5 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 21:56:39,123 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T21:56:34+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 21:56:39,124 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T21:56:34+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 21:56:39,125 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T21:56:34+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 21:56:39,127 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T21:56:34+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 21:56:39,128 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T21:56:34+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 21:56:39,129 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T21:56:35+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xfb540f#012   0xe0ac36#012   0xd5a18c#012   0xfce5ad#012   0xfcf4ce#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::internal::repeater<logalloc::region_group::start_releaser(seastar::scheduling_group)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}>
< t:2020-11-11 22:21:48,674 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T22:21:36+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 13] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 23:22:07,933 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T23:21:55+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-11 23:22:07,936 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T23:21:56+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 23:22:07,937 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T23:21:56+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-11 23:22:22,955 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-11T23:22:09+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 9] seastar_memory - oversized allocation: 1130496 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1160dc3#012   0x12e126e#012   0x12f8089#012   0x12f921a#012   0x12fc4b3#012   0x12fd1b7#012   0x10e6fb4#012   0xf6e0cf#012   0xf6fba0#012   0xf6fe42#012   0xf715d9#012   0xf71bc3#012   0xf7163c#012   0x11094ef#012   0xf5c405#012   0xf5da7b#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, single_partition_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >, flat_mutation_reader::impl::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, flat_mutation_reader::impl::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<seastar::optimized_optional<mutation_fragment> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::bool_class<mutation_reader_merger::needs_merge_tag> >, mutation_reader_merger::prepare_one(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, mutation_reader_merger::reader_and_last_fragment_kind, seastar::bool_class<mutation_reader_merger::reader_galloping_tag>)::{lambda(seastar::optimized_optional<mutation_fragment>)#1}, seastar::future<seastar::optimized_optional<mutation_fragment> >::then_impl_nrvo<{lambda(seastar::optimized_optional<mutation_fragment>)#1}, mutation_reader_merger::prepare_one(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, mutation_reader_merger::reader_and_last_fragment_kind, seastar::bool_class<mutation_reader_merger::reader_galloping_tag>)::{lambda(seastar::optimized_optional<mutation_fragment>)#1}<seastar::bool_class<mutation_reader_merger::needs_merge_tag> > >({lambda(seastar::optimized_optional<mutation_fragment>)#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::bool_class<mutation_reader_merger::needs_merge_tag> >&&, {lambda(seastar::optimized_optional<mutation_fragment>)#1}&, seastar::future_state<seastar::optimized_optional<mutation_fragment> >&&)#1}, seastar::optimized_optional<mutation_fragment> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureINS_10bool_classIN22mutation_reader_merger15needs_merge_tagEEEE14discard_resultEvEUlDpOT_E_ZNS9_14then_impl_nrvoISD_NS4_IvEEEET0_OT_EUlOS3_RSD_ONS_12future_stateIS8_EEE_S8_EE#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, mutation_reader_merger::prepare_next(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}, seastar::future<void>::then_impl_nrvo<{lambda()#2}, seastar::future>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<boost::iterator_range<mutation_fragment*> >, mutation_reader_merger::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#3}, seastar::future<void>::then_impl_nrvo<{lambda()#3}, mutation_reader_merger::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#3}<boost::iterator_range<mutation_fragment*> > >({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<boost::iterator_range<mutation_fragment*> >&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, mutation_fragment_merger<mutation_reader_merger>::fetch(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(boost::iterator_range<mutation_fragment*>)#1}, seastar::future<boost::iterator_range<mutation_fragment*> >::then_impl_nrvo<{lambda(boost::iterator_range<mutation_fragment*>)#1}, mutation_fragment_merger<mutation_reader_merger>::fetch(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(boost::iterator_range<mutation_fragment*>)#1}<void> >({lambda(boost::iterator_range<mutation_fragment*>)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(boost::iterator_range<mutation_fragment*>)#1}&, seastar::future_state<boost::iterator_range<mutation_fragment*> >&&)#1}, boost::iterator_range<mutation_fragment*> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >, mutation_fragment_merger<mutation_reader_merger>::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, mutation_fragment_merger<mutation_reader_merger>::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<seastar::optimized_optional<mutation_fragment> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::bool_class<seastar::stop_iteration_tag> >, combined_mutation_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}::operator()() const::{lambda(seastar::optimized_optional<mutation_fragment>)#1}, seastar::future<mutation_fragment>::then_impl_nrvo<seastar::optimized_optional<mutation_fragment>, {lambda(seastar::optimized_optional<mutation_fragment>)#1}<seastar::bool_class<seastar::stop_iteration_tag> > >(seastar::optimized_optional<mutation_fragment>&&)::{lambda(seastar::internal::promise_base_with_type<seastar::bool_class<seastar::stop_iteration_tag> >&&, seastar::optimized_optional<mutation_fragment>&, seastar::future_state<mutation_fragment>&&)#1}, mutation_fragment>#012   --------#012   seastar::internal::repeater<combined_mutation_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<mutation_fragment*>, flat_mutation_reader::peek(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, flat_mutation_reader::peek(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<mutat
< t:2020-11-12 00:29:11,637 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T00:29:08+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-12 00:29:11,662 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T00:29:09+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 00:29:11,663 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T00:29:09+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 00:29:26,678 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T00:29:21+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 9] seastar_memory - oversized allocation: 1130496 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1160dc3#012   0x12e126e#012   0x12f8089#012   0x12f921a#012   0x12fc4b3#012   0x12fd1b7#012   0x10e6fb4#012   0xf6e0cf#012   0xf6fba0#012   0xf6fe42#012   0xf715d9#012   0xf71bc3#012   0xf7163c#012   0x11094ef#012   0xf5c405#012   0xf5da7b#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, single_partition_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >, flat_mutation_reader::impl::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, flat_mutation_reader::impl::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<seastar::optimized_optional<mutation_fragment> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::bool_class<mutation_reader_merger::needs_merge_tag> >, mutation_reader_merger::prepare_one(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, mutation_reader_merger::reader_and_last_fragment_kind, seastar::bool_class<mutation_reader_merger::reader_galloping_tag>)::{lambda(seastar::optimized_optional<mutation_fragment>)#1}, seastar::future<seastar::optimized_optional<mutation_fragment> >::then_impl_nrvo<{lambda(seastar::optimized_optional<mutation_fragment>)#1}, mutation_reader_merger::prepare_one(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, mutation_reader_merger::reader_and_last_fragment_kind, seastar::bool_class<mutation_reader_merger::reader_galloping_tag>)::{lambda(seastar::optimized_optional<mutation_fragment>)#1}<seastar::bool_class<mutation_reader_merger::needs_merge_tag> > >({lambda(seastar::optimized_optional<mutation_fragment>)#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::bool_class<mutation_reader_merger::needs_merge_tag> >&&, {lambda(seastar::optimized_optional<mutation_fragment>)#1}&, seastar::future_state<seastar::optimized_optional<mutation_fragment> >&&)#1}, seastar::optimized_optional<mutation_fragment> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureINS_10bool_classIN22mutation_reader_merger15needs_merge_tagEEEE14discard_resultEvEUlDpOT_E_ZNS9_14then_impl_nrvoISD_NS4_IvEEEET0_OT_EUlOS3_RSD_ONS_12future_stateIS8_EEE_S8_EE#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, mutation_reader_merger::prepare_next(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}, seastar::future<void>::then_impl_nrvo<{lambda()#2}, seastar::future>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<boost::iterator_range<mutation_fragment*> >, mutation_reader_merger::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#3}, seastar::future<void>::then_impl_nrvo<{lambda()#3}, mutation_reader_merger::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#3}<boost::iterator_range<mutation_fragment*> > >({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<boost::iterator_range<mutation_fragment*> >&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, mutation_fragment_merger<mutation_reader_merger>::fetch(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(boost::iterator_range<mutation_fragment*>)#1}, seastar::future<boost::iterator_range<mutation_fragment*> >::then_impl_nrvo<{lambda(boost::iterator_range<mutation_fragment*>)#1}, mutation_fragment_merger<mutation_reader_merger>::fetch(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(boost::iterator_range<mutation_fragment*>)#1}<void> >({lambda(boost::iterator_range<mutation_fragment*>)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(boost::iterator_range<mutation_fragment*>)#1}&, seastar::future_state<boost::iterator_range<mutation_fragment*> >&&)#1}, boost::iterator_range<mutation_fragment*> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >, mutation_fragment_merger<mutation_reader_merger>::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, mutation_fragment_merger<mutation_reader_merger>::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<seastar::optimized_optional<mutation_fragment> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::bool_class<seastar::stop_iteration_tag> >, combined_mutation_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}::operator()() const::{lambda(seastar::optimized_optional<mutation_fragment>)#1}, seastar::future<mutation_fragment>::then_impl_nrvo<seastar::optimized_optional<mutation_fragment>, {lambda(seastar::optimized_optional<mutation_fragment>)#1}<seastar::bool_class<seastar::stop_iteration_tag> > >(seastar::optimized_optional<mutation_fragment>&&)::{lambda(seastar::internal::promise_base_with_type<seastar::bool_class<seastar::stop_iteration_tag> >&&, seastar::optimized_optional<mutation_fragment>&, seastar::future_state<mutation_fragment>&&)#1}, mutation_fragment>#012   --------#012   seastar::internal::repeater<combined_mutation_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<mutation_fragment*>, flat_mutation_reader::peek(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, flat_mutation_reader::peek(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<mutat
< t:2020-11-12 01:31:43,197 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T01:31:37+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 01:37:56,619 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T01:37:52+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

< t:2020-11-12 01:37:56,623 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T01:37:52+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 01:37:56,624 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T01:37:52+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 02:44:15,409 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T02:44:11+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 02:44:15,410 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T02:44:11+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 02:59:37,261 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T02:59:28+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 02:59:37,262 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T02:59:28+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:26,395 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 15] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:26,398 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 19] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:26,401 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 17] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:26,404 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 16] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:26,408 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 18] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:26,411 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 14] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:26,415 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:24+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 20] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,588 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:27+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,590 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:27+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,883 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:21+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 14] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,885 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:21+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 20] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,889 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:21+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 15] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,892 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:21+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 13] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,896 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:21+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 16] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,899 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 18] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,902 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 19] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,906 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 17] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,910 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 21] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,914 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,917 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 7] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,921 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 10] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,924 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 4] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,928 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 11] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,931 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,936 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 22] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,939 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 5] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,942 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 8] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,945 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 9] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

< t:2020-11-12 04:04:30,948 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:22+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 2] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,951 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 3] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,954 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 29] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,958 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 28] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,961 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 26] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,963 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 27] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,966 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 23] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,970 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 24] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:04:30,972 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:04:23+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 25] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:08:42,910 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:08:36+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 22] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,952 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:05+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 4] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,955 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 3] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,958 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 10] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,962 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 7] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,965 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 2] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,968 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 24] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,972 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 28] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,975 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 29] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,978 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 26] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,982 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 25] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 04:09:12,986 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T04:09:06+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 21] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:10:50,742 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:10:50+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 13] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:10:50,745 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:10:50+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

< t:2020-11-12 05:10:59,078 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:10:51+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 1] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:10:59,081 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:10:51+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 27] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:13:45,708 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-12 05:13:45,709 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:44+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}, seastar::future<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >::then_impl_nrvo<std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&, {lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > >(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, std::vector<canonical_mutation, std::allocator<canonical_mutation> >&, seastar::future_state<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >&&)#1}, std::vector<canonical_mutation, std::allocator<canonical_mutation> > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::finally_body<service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda()#2}, false>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, {lambda()#2}>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, {lambda()#2}&, seastar::future_state<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&)#1}, seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::recv_helper<netw::serializer, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::rpc::optional<netw::schema_pull_options>, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point>(seastar::rpc::signature<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::optional<netw::schema_pull_options>)>, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>&&, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point)::{lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1}::operator()(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)::{lambda(auto:1)#3}::operator()<seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >({lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1})::{lambda()#1}::operator()()::{lambda(seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >)#1}, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<void>, seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >(std::function<seastar::future<seastar::rpc::tuple<std::vector<froz
< t:2020-11-12 05:13:48,789 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1122304 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:13:48,790 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 2244608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:13:48,791 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:13:48,793 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 6021120 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:13:48,794 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1feda62#012   0x1fede59#012   0x2fadb96#012   0x2fb0c01#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#2}::operator()()::{lambda(std::tuple<long, std::optional<seastar::rpc::rcv_buf> >)#1}, seastar::future<std::optional>::then_impl_nrvo<seastar::rpc::rcv_buf, std::optional<seastar::rpc::rcv_buf><void> >(seastar::rpc::rcv_buf&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::rpc::rcv_buf&, seastar::future_state<std::optional>&&)#1}, std::optional>#012   --------#012   seastar::internal::do_until_state<seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda()#2}::operator()() const::{lambda()#1}, seastar::rpc::client::connected_socket(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::connected_socket)#1}::operator()(seastar::connected_socket) const::{lambda(seastar::connected_socket)#1}::operator()() const::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::client::client(seastar::rpc::logger const&, void*, seastar::rpc::client_options, seastar::socket, seastar::socket_address const&, seastar::socket_address const&)::{lambda(seastar::future<void>)#2}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#2}>({lambda(seastar::future<void>)#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 05:13:48,795 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:44+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 6] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xfb540f#012   0xe0ac36#012   0xd5a18c#012   0xfce5ad#012   0xfcf4ce#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::internal::repeater<logalloc::region_group::start_releaser(seastar::scheduling_group)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}>
< t:2020-11-12 05:13:50,817 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-12 05:13:50,818 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}, seastar::future<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >::then_impl_nrvo<std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&, {lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > >(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, std::vector<canonical_mutation, std::allocator<canonical_mutation> >&, seastar::future_state<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >&&)#1}, std::vector<canonical_mutation, std::allocator<canonical_mutation> > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::finally_body<service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda()#2}, false>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, {lambda()#2}>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, {lambda()#2}&, seastar::future_state<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&)#1}, seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::recv_helper<netw::serializer, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::rpc::optional<netw::schema_pull_options>, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point>(seastar::rpc::signature<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::optional<netw::schema_pull_options>)>, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>&&, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point)::{lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1}::operator()(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)::{lambda(auto:1)#3}::operator()<seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >({lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1})::{lambda()#1}::operator()()::{lambda(seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >)#1}, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<void>, seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >(std::function<seastar::future<seastar::rpc::tuple<std::vector<froz
< t:2020-11-12 05:13:57,580 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-12 05:13:57,581 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 4804608 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82e4e#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE
< t:2020-11-12 05:13:57,582 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}, seastar::future<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >::then_impl_nrvo<std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&, {lambda(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)#1}<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > >(std::vector<canonical_mutation, std::allocator<canonical_mutation> >&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, std::vector<canonical_mutation, std::allocator<canonical_mutation> >&, seastar::future_state<std::vector<canonical_mutation, std::allocator<canonical_mutation> > >&&)#1}, std::vector<canonical_mutation, std::allocator<canonical_mutation> > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::finally_body<service::migration_manager::init_messaging_service()::{lambda(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)#3}::operator()(seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>) const::{lambda()#2}, false>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, {lambda()#2}>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&, {lambda()#2}&, seastar::future_state<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >&&)#1}, seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::rpc::recv_helper<netw::serializer, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >, seastar::rpc::optional<netw::schema_pull_options>, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point>(seastar::rpc::signature<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::optional<netw::schema_pull_options>)>, std::function<seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > > (seastar::rpc::client_info const&, seastar::rpc::optional<netw::schema_pull_options>)>&&, seastar::rpc::do_want_client_info, seastar::rpc::dont_want_time_point)::{lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1}::operator()(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)::{lambda(auto:1)#3}::operator()<seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >({lambda(seastar::shared_ptr<seastar::rpc::server::connection>, std::optional<std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > > >, long, seastar::rpc::rcv_buf)#1})::{lambda()#1}::operator()()::{lambda(seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >)#1}, seastar::future<seastar::rpc::tuple<std::vector<frozen_mutation, std::allocator<frozen_mutation> >, std::vector<canonical_mutation, std::allocator<canonical_mutation> > > >::then_wrapped_nrvo<seastar::future<void>, seastar::semaphore_units<seastar::semaphore_default_exception_factory, seastar::lowres_clock> >(std::function<seastar::future<seastar::rpc::tuple<std::vector<froz
< t:2020-11-12 07:41:17,870 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T07:41:08+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 17] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 07:41:17,874 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T07:41:08+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 18] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 07:43:44,275 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T07:43:40+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-12 07:43:44,278 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T07:43:40+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 07:43:44,281 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T07:43:40+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 07:43:59,325 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T07:43:54+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 9] seastar_memory - oversized allocation: 1130496 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1160dc3#012   0x12e126e#012   0x12f8089#012   0x12f921a#012   0x12fc4b3#012   0x12fd1b7#012   0x10e6fb4#012   0xf6e0cf#012   0xf6fba0#012   0xf6fe42#012   0xf715d9#012   0xf71bc3#012   0xf7163c#012   0x11094ef#012   0xf5c405#012   0xf5da7b#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, single_partition_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >, flat_mutation_reader::impl::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, flat_mutation_reader::impl::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<seastar::optimized_optional<mutation_fragment> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::bool_class<mutation_reader_merger::needs_merge_tag> >, mutation_reader_merger::prepare_one(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, mutation_reader_merger::reader_and_last_fragment_kind, seastar::bool_class<mutation_reader_merger::reader_galloping_tag>)::{lambda(seastar::optimized_optional<mutation_fragment>)#1}, seastar::future<seastar::optimized_optional<mutation_fragment> >::then_impl_nrvo<{lambda(seastar::optimized_optional<mutation_fragment>)#1}, mutation_reader_merger::prepare_one(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, mutation_reader_merger::reader_and_last_fragment_kind, seastar::bool_class<mutation_reader_merger::reader_galloping_tag>)::{lambda(seastar::optimized_optional<mutation_fragment>)#1}<seastar::bool_class<mutation_reader_merger::needs_merge_tag> > >({lambda(seastar::optimized_optional<mutation_fragment>)#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::bool_class<mutation_reader_merger::needs_merge_tag> >&&, {lambda(seastar::optimized_optional<mutation_fragment>)#1}&, seastar::future_state<seastar::optimized_optional<mutation_fragment> >&&)#1}, seastar::optimized_optional<mutation_fragment> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureINS_10bool_classIN22mutation_reader_merger15needs_merge_tagEEEE14discard_resultEvEUlDpOT_E_ZNS9_14then_impl_nrvoISD_NS4_IvEEEET0_OT_EUlOS3_RSD_ONS_12future_stateIS8_EEE_S8_EE#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, mutation_reader_merger::prepare_next(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}, seastar::future<void>::then_impl_nrvo<{lambda()#2}, seastar::future>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<boost::iterator_range<mutation_fragment*> >, mutation_reader_merger::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#3}, seastar::future<void>::then_impl_nrvo<{lambda()#3}, mutation_reader_merger::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#3}<boost::iterator_range<mutation_fragment*> > >({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<boost::iterator_range<mutation_fragment*> >&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, mutation_fragment_merger<mutation_reader_merger>::fetch(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(boost::iterator_range<mutation_fragment*>)#1}, seastar::future<boost::iterator_range<mutation_fragment*> >::then_impl_nrvo<{lambda(boost::iterator_range<mutation_fragment*>)#1}, mutation_fragment_merger<mutation_reader_merger>::fetch(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(boost::iterator_range<mutation_fragment*>)#1}<void> >({lambda(boost::iterator_range<mutation_fragment*>)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(boost::iterator_range<mutation_fragment*>)#1}&, seastar::future_state<boost::iterator_range<mutation_fragment*> >&&)#1}, boost::iterator_range<mutation_fragment*> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >, mutation_fragment_merger<mutation_reader_merger>::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, mutation_fragment_merger<mutation_reader_merger>::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<seastar::optimized_optional<mutation_fragment> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::bool_class<seastar::stop_iteration_tag> >, combined_mutation_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}::operator()() const::{lambda(seastar::optimized_optional<mutation_fragment>)#1}, seastar::future<mutation_fragment>::then_impl_nrvo<seastar::optimized_optional<mutation_fragment>, {lambda(seastar::optimized_optional<mutation_fragment>)#1}<seastar::bool_class<seastar::stop_iteration_tag> > >(seastar::optimized_optional<mutation_fragment>&&)::{lambda(seastar::internal::promise_base_with_type<seastar::bool_class<seastar::stop_iteration_tag> >&&, seastar::optimized_optional<mutation_fragment>&, seastar::future_state<mutation_fragment>&&)#1}, mutation_fragment>#012   --------#012   seastar::internal::repeater<combined_mutation_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<mutation_fragment*>, flat_mutation_reader::peek(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, flat_mutation_reader::peek(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<mutat
< t:2020-11-12 08:47:20,593 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T08:47:10+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 08:47:20,594 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T08:47:10+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 08:47:35,626 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T08:47:24+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 9] seastar_memory - oversized allocation: 1130496 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0x1160dc3#012   0x12e126e#012   0x12f8089#012   0x12f921a#012   0x12fc4b3#012   0x12fd1b7#012   0x10e6fb4#012   0xf6e0cf#012   0xf6fba0#012   0xf6fe42#012   0xf715d9#012   0xf71bc3#012   0xf7163c#012   0x11094ef#012   0xf5c405#012   0xf5da7b#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, single_partition_populating_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >, flat_mutation_reader::impl::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, flat_mutation_reader::impl::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<seastar::optimized_optional<mutation_fragment> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::bool_class<mutation_reader_merger::needs_merge_tag> >, mutation_reader_merger::prepare_one(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, mutation_reader_merger::reader_and_last_fragment_kind, seastar::bool_class<mutation_reader_merger::reader_galloping_tag>)::{lambda(seastar::optimized_optional<mutation_fragment>)#1}, seastar::future<seastar::optimized_optional<mutation_fragment> >::then_impl_nrvo<{lambda(seastar::optimized_optional<mutation_fragment>)#1}, mutation_reader_merger::prepare_one(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, mutation_reader_merger::reader_and_last_fragment_kind, seastar::bool_class<mutation_reader_merger::reader_galloping_tag>)::{lambda(seastar::optimized_optional<mutation_fragment>)#1}<seastar::bool_class<mutation_reader_merger::needs_merge_tag> > >({lambda(seastar::optimized_optional<mutation_fragment>)#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::bool_class<mutation_reader_merger::needs_merge_tag> >&&, {lambda(seastar::optimized_optional<mutation_fragment>)#1}&, seastar::future_state<seastar::optimized_optional<mutation_fragment> >&&)#1}, seastar::optimized_optional<mutation_fragment> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureINS_10bool_classIN22mutation_reader_merger15needs_merge_tagEEEE14discard_resultEvEUlDpOT_E_ZNS9_14then_impl_nrvoISD_NS4_IvEEEET0_OT_EUlOS3_RSD_ONS_12future_stateIS8_EEE_S8_EE#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, mutation_reader_merger::prepare_next(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#2}, seastar::future<void>::then_impl_nrvo<{lambda()#2}, seastar::future>({lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<boost::iterator_range<mutation_fragment*> >, mutation_reader_merger::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#3}, seastar::future<void>::then_impl_nrvo<{lambda()#3}, mutation_reader_merger::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#3}<boost::iterator_range<mutation_fragment*> > >({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<boost::iterator_range<mutation_fragment*> >&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, mutation_fragment_merger<mutation_reader_merger>::fetch(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(boost::iterator_range<mutation_fragment*>)#1}, seastar::future<boost::iterator_range<mutation_fragment*> >::then_impl_nrvo<{lambda(boost::iterator_range<mutation_fragment*>)#1}, mutation_fragment_merger<mutation_reader_merger>::fetch(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(boost::iterator_range<mutation_fragment*>)#1}<void> >({lambda(boost::iterator_range<mutation_fragment*>)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(boost::iterator_range<mutation_fragment*>)#1}&, seastar::future_state<boost::iterator_range<mutation_fragment*> >&&)#1}, boost::iterator_range<mutation_fragment*> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >, mutation_fragment_merger<mutation_reader_merger>::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, mutation_fragment_merger<mutation_reader_merger>::operator()(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<seastar::optimized_optional<mutation_fragment> > >({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::optimized_optional<mutation_fragment> >&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::bool_class<seastar::stop_iteration_tag> >, combined_mutation_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}::operator()() const::{lambda(seastar::optimized_optional<mutation_fragment>)#1}, seastar::future<mutation_fragment>::then_impl_nrvo<seastar::optimized_optional<mutation_fragment>, {lambda(seastar::optimized_optional<mutation_fragment>)#1}<seastar::bool_class<seastar::stop_iteration_tag> > >(seastar::optimized_optional<mutation_fragment>&&)::{lambda(seastar::internal::promise_base_with_type<seastar::bool_class<seastar::stop_iteration_tag> >&&, seastar::optimized_optional<mutation_fragment>&, seastar::future_state<mutation_fragment>&&)#1}, mutation_fragment>#012   --------#012   seastar::internal::repeater<combined_mutation_reader::fill_buffer(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<mutation_fragment*>, flat_mutation_reader::peek(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, flat_mutation_reader::peek(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}<mutat
< t:2020-11-12 08:49:42,859 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T08:49:38+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-1 !WARNING | scylla: [shard 23] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 08:51:02,268 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T08:50:48+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-2 !WARNING | scylla: [shard 8] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 10:13:36,971 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T10:13:26+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 12] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 10:13:36,974 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T10:13:26+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 13] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >::then_impl_nrvo<{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}, service::storage_proxy::query_result_local(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, 1000l> > >)::{lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >({lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&&)::{lambda(seastar::internal::promise_base_with_type<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&, {lambda(seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature>&&)#2}&, seastar::future_state<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >&&)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<reconcilable_result> >, cache_temperature> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, service::abstract_read_executor::make_data_requests(seastar::shared_ptr<service::digest_read_resolver>, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, __gnu_cxx::__normal_iterator<gms::inet_address*, std::vector<gms::inet_address, std::allocator<gms::inet_address> > >, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >, bool)::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{lambda(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >)#1}, seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature>::then_wrapped_nrvo<void, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> > >(seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::future<seastar::rpc::tuple<seastar::foreign_ptr<seastar::lw_shared_ptr<query::result> >, cache_temperature> >&, seastar::future_state<cache_temperature>&&)#1}, cache_temperature>#012   --------#012   seastar::parallel_for_each_state#012   --------#012   seastar::internal::when_all_state_component<seastar::future<void> >#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_6futureISt5tupleIJEEE14discard_resultEvEUlDpOT_E_ZNS7_14then_impl_nrvoISB_NS4_IvEEEET0_OT_EUlOS3_RSB_ONS_12future_stateIS6_EEE_S6_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::handle_exception<service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(auto:1&&)#1}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}>(service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::make_requests(seastar::shared_ptr<service::digest_read_resolver>, std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda(auto:1&&)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}>(service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, service::abstract_read_executor::execute(std::chrono::time_point<seastar::lowres_clock, std::chrono::duration<long, std::ratio<1l, 1000l> > >)::{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 10:16:07,070 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T10:15:53+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-12 10:16:07,073 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T10:15:54+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 10:16:07,075 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T10:15:54+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 13:24:46,302 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T13:24:36+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-12 13:24:46,306 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T13:24:36+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 13:24:46,308 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T13:24:36+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 14:50:11,360 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 020-11-12T14:49:58+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-6 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 15:53:49,567 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T15:53:46+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1b397be#012   0x1b3a028#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI8mutationSaIS4_EEEEZZN2db13schema_tables23calculate_schema_digestERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda(auto:1&)#1}::operator()<seastar::basic_sstring>(md5_hasher&) const::{lambda(auto:1&&)#1}, seastar::future<md5_hasher<mutation, std::allocator<{lambda(auto:1&&)#1}> > >::then_impl_nrvo<{lambda(auto:1&)#1}::operator(), md5_hasher&&<void> >({lambda(auto:1&)#1})::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(auto:1&)#1}::operator()&, seastar::future_state<seastar::future>&&)#1}, seastar::future>#012   --------#012   seastar::internal::do_for_each_state<__gnu_cxx::__normal_iterator<seastar::basic_sstring<char, unsigned int, 15u, true>*, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > >&) const::{lambda(auto:1&)#1}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<utils::UUID>, db::schema_tables::calculate_schema_digest(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(auto:1&, auto:2&)#3}::operator()<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> > >(md5_hasher&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&) const::{lambda()#2}, seastar::future<void>::then_impl_nrvo<std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >, {lambda()#2}<utils::UUID> >(md5_hasher&&)::{lambda(seastar::internal::promise_base_with_type<utils::UUID>&&, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring> >&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_with_state<std::tuple<md5_hasher, std::vector<seastar::basic_sstring<char, unsigned int, 15u, true>, std::allocator<seastar::basic_sstring<char, unsigned int, 15u, true> > > >, seastar::future<utils::UUID> >#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}, seastar::future<utils::UUID>::then_impl_nrvo<{lambda(utils::UUID)#1}, db::schema_tables::update_schema_version_and_announce(seastar::sharded<service::storage_proxy>&, enum_set<super_enum<db::schema_feature, (db::schema_feature)0, (db::schema_feature)1, (db::schema_feature)2, (db::schema_feature)3, (db::schema_feature)4> >)::{lambda(utils::UUID)#1}<void> >({lambda(utils::UUID)#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(utils::UUID)#1}&, seastar::future_state<utils::UUID>&&)#1}, utils::UUID>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}>(db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, db::schema_tables::recalculate_schema_version(seastar::sharded<service::storage_proxy>&, gms::feature_service&)::{lambda()#2}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_5asyncIZN7service15storage_service11init_serverENS_10bool_classINS5_23bind_messaging_port_tagEEEEUlvE_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSD_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSE_DpOSH_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISU_SW_EET0_SR_EUlOS3_RSU_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::async<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>(seastar::thread_attributes, std::decay&&, (std::decay<service::storage_service::init_server(seastar::bool_class<service::bind_messaging_port_tag>)::{lambda()#1}>::type&&)...)::{lambda()#3}, false>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda()#3}>({lambda()#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::(anonymous namespace)::thread_wake_task#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEEZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNS9_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSA_DpOSD_EUlvE0_ZNS_6futureIvE14then_impl_nrvoISQ_NSR_IiEEEET0_SN_EUlOS3_RSQ_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIiEENS_6futureIiE12finally_bodyIZNS_5asyncIZZ4mainENKUlvE_clEvEUlvE0_JEEENS_8futurizeINSt9result_ofIFNSt5decayIT_E4typeEDpNSC_IT0_E4typeEEE4typeEE4typeENS_17thread_attributesEOSD_DpOSG_EUlvE1_Lb0EEEZNS5_17then_wrapped_nrvoIS5_SU_EENSA_ISD_E4typeEOT0_EUlOS3_RSU_ONS_12future_stateIiEEE_iEE#012   --------#012   seastar::continuation<seastar::internal::promise_b
< t:2020-11-12 15:53:49,570 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T15:53:46+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
< t:2020-11-12 15:53:49,571 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG > 2020-11-12T15:53:46+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-7 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 3670016 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x26b89c6#012   0x26b971a#012   0x26b9fa7#012   0x2e37827#012   0x2e3a719#012   0x2e43306#012   0x2e1e5ff#012   0x2e1f897#012   0x2e24da4#012   0x2e2988f#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read_one()::{lambda()#1}, seastar::future<void>::then_impl_nrvo<{lambda()#1}, seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, {lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, {lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>#012   --------#012   seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>, seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&, seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>

@fgelcer
Copy link
Author

fgelcer commented Nov 16, 2020

grep them from the SCT log, and put all of them together in the following file:
oversized_allocation.log

@avikivity
Copy link
Member

I cannot read it, everything is on one huge line.

@bhalevy
Copy link
Member

bhalevy commented Dec 1, 2020

@avi scripts/cpp-name-format.py could be useful here:
For example

<
  t:2020-11-12 07:41:17,
  870 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG
> 2020-11-12T07:41:08+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-4 !WARNING | scylla: [shard 17] seastar_memory - oversized allocation: 1400832 bytes. This is non-fatal,
but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b0abf3#012   0x107314d#012   0x107a3d8#012   0x109e40e#012   0xf8dfe4#012   0x1122ef3#012   0x18c2818#012   0x18c2e19#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2baa6fa#012   0x2b232cd#012   /opt/scylladb/libreloc/libpthread.so.0+0x9431#012   /opt/scylladb/libreloc/libc.so.6+0x101912#012   --------#012   seastar::continuation<
  seastar::internal::promise_base_with_type<
    seastar::rpc::tuple<
      seastar::foreign_ptr<
        seastar::lw_shared_ptr<query::result>
      >,
      cache_temperature
    >
  >,
  service::storage_proxy::query_result_local(
    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, 1000l>>
    >
  )::{
    lambda(
      seastar::rpc::tuple<
        seastar::foreign_ptr<
          seastar::lw_shared_ptr<reconcilable_result>
        >,
        cache_temperature
      >&&
    )#2
  },
  seastar::future<
    seastar::rpc::tuple<
      seastar::foreign_ptr<
        seastar::lw_shared_ptr<reconcilable_result>
      >,
      cache_temperature
    >
  >::then_impl_nrvo<
    {
      lambda(
        seastar::rpc::tuple<
          seastar::foreign_ptr<
            seastar::lw_shared_ptr<reconcilable_result>
          >,
          cache_temperature
        >&&
      )#2
    },
    service::storage_proxy::query_result_local(
      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, 1000l>>
      >
    )::{
      lambda(
        seastar::rpc::tuple<
          seastar::foreign_ptr<
            seastar::lw_shared_ptr<reconcilable_result>
          >,
          cache_temperature
        >&&
      )#2
    }<
      seastar::rpc::tuple<
        seastar::foreign_ptr<
          seastar::lw_shared_ptr<query::result>
        >,
        cache_temperature
      >
    >
  >(
    {
      lambda(
        seastar::rpc::tuple<
          seastar::foreign_ptr<
            seastar::lw_shared_ptr<reconcilable_result>
          >,
          cache_temperature
        >&&
      )#2
    }&&
  )::{
    lambda(
      seastar::internal::promise_base_with_type<
        seastar::rpc::tuple<
          seastar::foreign_ptr<
            seastar::lw_shared_ptr<query::result>
          >,
          cache_temperature
        >
      >&&,
      {
        lambda(
          seastar::rpc::tuple<
            seastar::foreign_ptr<
              seastar::lw_shared_ptr<reconcilable_result>
            >,
            cache_temperature
          >&&
        )#2
      }&,
      seastar::future_state<
        seastar::rpc::tuple<
          seastar::foreign_ptr<
            seastar::lw_shared_ptr<reconcilable_result>
          >,
          cache_temperature
        >
      >&&
    )#1
  },
  seastar::rpc::tuple<
    seastar::foreign_ptr<
      seastar::lw_shared_ptr<reconcilable_result>
    >,
    cache_temperature
  >
>#012   --------#012   seastar::continuation<
  seastar::internal::promise_base_with_type<void>,
  service::abstract_read_executor::make_data_requests(
    seastar::shared_ptr<service::digest_read_resolver>,
    __gnu_cxx::__normal_iterator<
      gms::inet_address*,
      std::vector<
        gms::inet_address,
        std::allocator<gms::inet_address>
      >
    >,
    __gnu_cxx::__normal_iterator<
      gms::inet_address*,
      std::vector<
        gms::inet_address,
        std::allocator<gms::inet_address>
      >
    >,
    std::chrono::time_point<
      seastar::lowres_clock,
      std::chrono::duration<long, std::ratio<1l, 1000l>>
    >,
    bool
  )::{lambda(gms::inet_address)#1}::operator()(gms::inet_address) const::{
    lambda(
      seastar::future<
        seastar::rpc::tuple<
          seastar::foreign_ptr<
            seastar::lw_shared_ptr<query::result>
          >,
          cache_temperature
        >
      >
    )#1
  },
  seastar::rpc::tuple<
    seastar::foreign_ptr<
      seastar::lw_shared_ptr<query::result>
    >,
    cache_temperature
  >::then_wrapped_nrvo<
    void,
    seastar::future<
      seastar::rpc::tuple<
        seastar::foreign_ptr<
          seastar::lw_shared_ptr<query::result>
        >,
        cache_temperature
      >
    >
  >(
    seastar::future<
      seastar::rpc::tuple<
        seastar::foreign_ptr<
          seastar::lw_shared_ptr<query::result>
        >,
        cache_temperature
      >
    >&&
  )::{
    lambda(
      seastar::internal::promise_base_with_type<void>&&,
      seastar::future<
        seastar::rpc::tuple<
          seastar::foreign_ptr<
            seastar::lw_shared_ptr<query::result>
          >,
          cache_temperature
        >

or

<
  t:2020-11-12 05:13:50,
  818 f:cluster.py      l:1345 c:sdcm.cluster         p:DEBUG
> 2020-11-12T05:13:43+00:00  longevity-5000-tables-4-3-db-node-0924e5e2-3 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 11509760 bytes. This is non-fatal,
but could lead to latency and/or fragmentation issues. Please report: at    0x2fb794d#012   0x2fb7ba0#012   0x2fb8009#012   0x2b07e37#012   0x2b09fbb#012   0xf82cb1#012   0x1af7e2b#012   0x1b3aba7#012   0x1b3c5f3#012   0x2b593a7#012   0x2b5965e#012   0x2b98f45#012   0x2aecfce#012   0x2aeda5e#012   0xd4c992#012   /opt/scylladb/libreloc/libc.so.6+0x27041#012   0xc2d16d#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINS8_14schema_featureEJLSH_0ELSH_1ELSH_2ELSH_3ELSH_4EEEEENKUlNS_13basic_sstringIcjLj15ELb1EEEE_clESL_EUlT_E_ZNS_6futureINS_11foreign_ptrINS_13lw_shared_ptrI19reconcilable_resultEEEEE14then_impl_nrvoISO_NSP_IS6_EEEET0_OSN_EUlOS7_RSO_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeIvEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEESt6vectorIS8_SaIS8_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSE_14schema_featureEJLSN_0ELSN_1ELSN_2ELSN_3ELSN_4EEEEEUlS8_E_SA_I18canonical_mutationSaISS_EEZNSF_27convert_schema_to_mutationsESK_SP_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlSV_E_ZNS10_ISU_E17then_wrapped_nrvoINS10_IvEES14_EENS_8futurizeISV_E4typeESY_EUlOS3_RS14_ONS_12future_stateISU_EEE_SU_EE#012   --------#012   N7seastar12continuationINS_8internal22promise_base_with_typeISt6vectorI18canonical_mutationSaIS4_EEEEZNS_10map_reduceIN9__gnu_cxx17__normal_iteratorIPNS_13basic_sstringIcjLj15ELb1EEES3_ISC_SaISC_EEEERZN2db13schema_tables27convert_schema_to_mutationsERNS_7shardedIN7service13storage_proxyEEE8enum_setI10super_enumINSH_14schema_featureEJLSQ_0ELSQ_1ELSQ_2ELSQ_3ELSQ_4EEEEEUlSC_E_S6_ZNSI_27convert_schema_to_mutationsESN_SS_EUlOT_OT0_E0_EENS_6futureIT1_EESV_SV_SY_S11_T2_EUlvE0_ZNS10_IvE14then_impl_nrvoIS14_NS10_IS6_EEEESX_SW_EUlOS7_RS14_ONS_12future_stateINS1_9monostateEEEE_vEE#012   --------#012   seastar::continuation<
  seastar::internal::promise_base_with_type<
    seastar::rpc::tuple<
      std::vector<
        frozen_mutation,
        std::allocator<frozen_mutation>
      >,
      std::vector<
        canonical_mutation,
        std::allocator<canonical_mutation>
      >
    >
  >,
  service::migration_manager::init_messaging_service()::{
    lambda(
      seastar::rpc::client_info const&,
      seastar::rpc::optional<netw::schema_pull_options>
    )#3
  }::operator()(
    seastar::rpc::client_info const&,
    seastar::rpc::optional<netw::schema_pull_options>
  ) const::{
    lambda(
      std::vector<
        canonical_mutation,
        std::allocator<canonical_mutation>
      >&&
    )#1
  },
  seastar::future<
    std::vector<
      canonical_mutation,
      std::allocator<canonical_mutation>
    >
  >::then_impl_nrvo<
    std::vector<
      canonical_mutation,
      std::allocator<canonical_mutation>
    >&&,
    {
      lambda(
        std::vector<
          canonical_mutation,
          std::allocator<canonical_mutation>
        >&&
      )#1
    }<
      seastar::rpc::tuple<
        std::vector<
          frozen_mutation,
          std::allocator<frozen_mutation>
        >,
        std::vector<
          canonical_mutation,
          std::allocator<canonical_mutation>
        >
      >
    >
  >(
    std::vector<
      canonical_mutation,
      std::allocator<canonical_mutation>
    >&&
  )::{
    lambda(
      seastar::internal::promise_base_with_type<
        seastar::rpc::tuple<
          std::vector<
            frozen_mutation,
            std::allocator<frozen_mutation>
          >,
          std::vector<
            canonical_mutation,
            std::allocator<canonical_mutation>
          >
        >
      >&&,
      std::vector<
        canonical_mutation,
        std::allocator<canonical_mutation>
      >&,
      seastar::future_state<
        std::vector<
          canonical_mutation,
          std::allocator<canonical_mutation>
        >
      >&&
    )#1
  },
  std::vector<
    canonical_mutation,
    std::allocator<canonical_mutation>
  >
>#012   --------#012   seastar::continuation<
  seastar::internal::promise_base_with_type<
    seastar::rpc::tuple<
      std::vector<
        frozen_mutation,
        std::allocator<frozen_mutation>
      >,
      std::vector<
        canonical_mutation,
        std::allocator<canonical_mutation

@fgelcer
Copy link
Author

fgelcer commented Dec 20, 2020

this is happening again, with 5000 tables test:

< t:2020-12-17 10:35:39,746 f:cluster.py      l:1390 c:sdcm.cluster         p:DEBUG > 2020-12-17T10:35:28+00:00  longevity-5000-tables-5k-table-db-node-8f3c83be-1 !WARNING | scylla: [shard 0] seastar_memory - oversized allocation: 1835008 bytes. This is non-fatal, but could lead to latency and/or fragmentation issues.
Please report: at
0x2fb6bdd
0x2fb6e30
0x2fb7299
0x2b070c7
0x2b09e83
0x26b7036
0x26b7d8a
0x26b8617
0x2e36ab7
0x2e399a9
0x2e42596
0x2e1d88f
0x2e1eb27
0x2e24034
0x2e28b1f
0x2b58637
0x2b588ee
0x2b981d5
0x2aec25e
0x2aeccee
0xd4c622
/opt/scylladb/libreloc/libc.so.6+0x27041
0xc2ce4d

--------

seastar::continuation<seastar::internal::promise_base_with_type<void>,
seastar::httpd::connection::read_one()::{lambda()#1},
seastar::future<void>::then_impl_nrvo<{lambda()#1},
seastar::future>({lambda()#1}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&,
{lambda()#1}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>

seastar::internal::do_until_state<seastar::httpd::connection::read()::{lambda()#1}, seastar::httpd::connection::read()::{lambda()#2}>

seastar::continuation<seastar::internal::promise_base_with_type<void>,
seastar::httpd::connection::read()::{lambda(seastar::future<void>)#3}, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>,
{lambda(seastar::future<void>)#3}>({lambda(seastar::future<void>)#3}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&,
{lambda(seastar::future<void>)#3}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>

seastar::continuation<seastar::internal::promise_base_with_type<void>, seastar::future<void>::finally_body<seastar::httpd::connection::read()::{lambda()#4}, true>, seastar::future<void>::then_wrapped_nrvo<seastar::future<void>,
seastar::httpd::connection::read()::{lambda()#4}>(seastar::httpd::connection::read()::{lambda()#4}&&)::{lambda(seastar::internal::promise_base_with_type<void>&&,
seastar::httpd::connection::read()::{lambda()#4}&, seastar::future_state<seastar::internal::monostate>&&)#1}, void>
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                                                                                                                  Log links for testrun with test id 8f3c83be-138b-4af3-a3c7-dc872c1c1f5b                                                                                                                   |
+-----------------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Date            | Log type    | Link                                                                                                                                                                                                                                                                       |
+-----------------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 20201220_091040 | grafana     | https://cloudius-jenkins-test.s3.amazonaws.com/8f3c83be-138b-4af3-a3c7-dc872c1c1f5b/20201220_091040/grafana-screenshot-overview-20201220_091040-longevity-5000-tables-5k-table-monitor-node-8f3c83be-1.png                                                                 |
| 20201220_091040 | grafana     | https://cloudius-jenkins-test.s3.amazonaws.com/8f3c83be-138b-4af3-a3c7-dc872c1c1f5b/20201220_091040/grafana-screenshot-scylla-jmx-crash-longevity-5000-tables-scylla-per-server-metrics-nemesis-20201220_091440-longevity-5000-tables-5k-table-monitor-node-8f3c83be-1.png |
| 20201220_093423 | db-cluster  | https://cloudius-jenkins-test.s3.amazonaws.com/8f3c83be-138b-4af3-a3c7-dc872c1c1f5b/20201220_093423/db-cluster-8f3c83be.zip                                                                                                                                                |
| 20201220_093423 | loader-set  | https://cloudius-jenkins-test.s3.amazonaws.com/8f3c83be-138b-4af3-a3c7-dc872c1c1f5b/20201220_093423/loader-set-8f3c83be.zip                                                                                                                                                |
| 20201220_093423 | monitor-set | https://cloudius-jenkins-test.s3.amazonaws.com/8f3c83be-138b-4af3-a3c7-dc872c1c1f5b/20201220_093423/monitor-set-8f3c83be.zip                                                                                                                                               |
| 20201220_093423 | sct-runner  | https://cloudius-jenkins-test.s3.amazonaws.com/8f3c83be-138b-4af3-a3c7-dc872c1c1f5b/20201220_093423/sct-runner-8f3c83be.zip                                                                                                                                                |
+-----------------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

@avikivity
Copy link
Member

This last one appears less important, it's in the REST API.

@wmitros
Copy link
Contributor

wmitros commented Jan 7, 2021

I've been checking the backtraces of these warnings, but I couldn't point out exactly where they are coming from in some cases, so I'll share what I've found, maybe someone will have a better idea.

I'll start with the cases that are rather easy to fix.

Ss @avikivity has already found, the most common reason is the deserialization into a vector in mutation_partition_view::rows(), it happens not only in calculate_schema_digest(), but also in convert_schema_to_mutations(), and because the vector is used almost exclusively for iteration, it can be rather easily fixed by changing the vector to something non-contiguous, e.g. chunked_vector or list and deserializing into it.

In the REST API we are replying to the /column_family/ GET request with an unchunked message containing column_family_json::column_family_info. Instead, we could reply with a chunked message using a stream instead of a single string.

Another case in which the warn occurs is when we're creating a canonical_mutation for our schema in a migration. The canonical_mutation contains a bytes field, which is too large. It looks like fixing this would require many changes because canonical mutations are used a lot in the migration manager.

The case that isn't quite clear happens when calling fill_buffer on some mutation_readers. On a deeper level we are calling mp_row_consumer_m::consume_row_marker_and_tombstone and creating a temporary_buffer in data_consumer::primitive_consumer::read_unsigned_vint_length_bytes, but it looks like warn depends more on what the reader is reading, and not how it is working

@denesb
Copy link
Contributor

denesb commented Jan 7, 2021

Another case in which the warn occurs is when we're creating a canonical_mutation for our schema in a migration. The canonical_mutation contains a bytes field, which is too large. It looks like fixing this would require many changes because canonical mutations are used a lot in the migration manager.

We should change that field to be managed_bytes instead of bytes. canonical_mutation holds an entire partition, which can easily get too large for a single contiguous allocation.

The case that isn't quite clear happens when calling fill_buffer on some mutation_readers. On a deeper level we are calling mp_row_consumer_m::consume_row_marker_and_tombstone and creating a temporary_buffer in data_consumer::primitive_consumer::read_unsigned_vint_length_bytes, but it looks like warn depends more on what the reader is reading, and not how it is working

I'm suprised this is triggered in mp_row_consumer_m::consume_row_marker_and_tombstone() as a row marker as well as the tombstone is expected to be very small, but data_consumer::primitive_consumer::read_unsigned_vint_length_bytes() is also used to read the value of cells, and those can indeed be large. See #7457.

@avikivity
Copy link
Member

Another case in which the warn occurs is when we're creating a canonical_mutation for our schema in a migration. The canonical_mutation contains a bytes field, which is too large. It looks like fixing this would require many changes because canonical mutations are used a lot in the migration manager.

We should change that field to be managed_bytes instead of bytes. canonical_mutation holds an entire partition, which can easily get too large for a single contiguous allocation.

For now bytes_ostream is better. managed_bytes is still contiguous outside lsa (to be fixed soonish).

The case that isn't quite clear happens when calling fill_buffer on some mutation_readers. On a deeper level we are calling mp_row_consumer_m::consume_row_marker_and_tombstone and creating a temporary_buffer in data_consumer::primitive_consumer::read_unsigned_vint_length_bytes, but it looks like warn depends more on what the reader is reading, and not how it is working

I'm suprised this is triggered in mp_row_consumer_m::consume_row_marker_and_tombstone() as a row marker as well as the tombstone is expected to be very small, but data_consumer::primitive_consumer::read_unsigned_vint_length_bytes() is also used to read the value of cells, and those can indeed be large. See #7457.

Did it in fact trigger? Seems unlikely for schema tables.

@denesb
Copy link
Contributor

denesb commented Jan 8, 2021

The case that isn't quite clear happens when calling fill_buffer on some mutation_readers. On a deeper level we are calling mp_row_consumer_m::consume_row_marker_and_tombstone and creating a temporary_buffer in data_consumer::primitive_consumer::read_unsigned_vint_length_bytes, but it looks like warn depends more on what the reader is reading, and not how it is working

I'm suprised this is triggered in mp_row_consumer_m::consume_row_marker_and_tombstone() as a row marker as well as the tombstone is expected to be very small, but data_consumer::primitive_consumer::read_unsigned_vint_length_bytes() is also used to read the value of cells, and those can indeed be large. See #7457.

Did it in fact trigger? Seems unlikely for schema tables.

I find it strange too.

@wmitros
Copy link
Contributor

wmitros commented Jan 14, 2021

I've checked the warnings from older runs of the test and there is no consume_row_marker_and_tombstone in the decoded backtraces so I've rebuilt the last version, and as it turns out, it's not in it either. Sorry for the confusion.
The warnings are actually triggered in data_consume_rows_context_m::process_state(), in the switch case state::COLUMN_VALUE (and then in read_unsigned_vint_length_bytes()). If I'm not mistaken, that's where we're reading the cell_value, so it should probably be fixed with #7457. Or do you think we could avoid creating such big cells?

@avikivity
Copy link
Member

The cell sizes are determined by the user. We can make the allocations discontiguous by switching to manaaged_bytes, @michoecho made lots of progress in #7820.

@haaawk haaawk removed their assignment Feb 3, 2021
wmitros added a commit to wmitros/scylla that referenced this issue Feb 28, 2021
The entire sstable cell value is currently stored in a single
temporary_buffer. Cells may be very large, so to avoid large
contiguous allocations, the buffer is changed to
a fragmented_temporary_buffer.

Fixes scylladb#7457
Fixes scylladb#6376

Signed-off-by: Wojciech Mitros <wojciech.mitros@scylladb.com>
@haaawk haaawk assigned haaawk and wmitros and unassigned wmitros Mar 21, 2021
wmitros added a commit to wmitros/scylla that referenced this issue Mar 31, 2021
The entire sstable cell value is currently stored in a single
temporary_buffer. Cells may be very large, so to avoid large
contiguous allocations, the buffer is changed to
a fragmented_temporary_buffer.

Fixes scylladb#7457
Fixes scylladb#6376

Signed-off-by: Wojciech Mitros <wojciech.mitros@scylladb.com>
wmitros added a commit to wmitros/scylla that referenced this issue Mar 31, 2021
The entire sstable cell value is currently stored in a single
temporary_buffer. Cells may be very large, so to avoid large
contiguous allocations, the buffer is changed to
a fragmented_temporary_buffer.

Fixes scylladb#7457
Fixes scylladb#6376

Signed-off-by: Wojciech Mitros <wojciech.mitros@scylladb.com>
avikivity added a commit that referenced this issue Apr 22, 2021
…jciech Mitros

sstable cells are parsed into temporary_buffers, which causes large contiguous allocations for some cells.
This is fixed by storing fragments of the cell value in a fragmented_temporary_buffer instead.
To achieve this, this patch also adds new methods to the fragmented_temporary_buffer(size(), ostream& operator<<()) and adds methods to the underlying parser(primitive_consumer) for parsing byte strings into fragmented buffers.

Fixes #7457
Fixes #6376

Closes #8182

* github.com:scylladb/scylla:
  primitive_consumer: keep fragments of parsed buffer in a small_vector
  sstables: add parsing of cell values into fragmented buffers
  sstables: add non-contiguous parsing of byte strings to the primitive_consumer
  utils: add ostream operator<<() for fragmented_temporary_buffer::view
  compound_type: extend serialize_value for all FragmentedView types
psarna pushed a commit that referenced this issue Apr 22, 2021
…jciech Mitros

sstable cells are parsed into temporary_buffers, which causes large contiguous allocations for some cells.
This is fixed by storing fragments of the cell value in a fragmented_temporary_buffer instead.
To achieve this, this patch also adds new methods to the fragmented_temporary_buffer(size(), ostream& operator<<()) and adds methods to the underlying parser(primitive_consumer) for parsing byte strings into fragmented buffers.

Fixes #7457
Fixes #6376

Closes #8182

* github.com:scylladb/scylla:
  primitive_consumer: keep fragments of parsed buffer in a small_vector
  sstables: add parsing of cell values into fragmented buffers
  sstables: add non-contiguous parsing of byte strings to the primitive_consumer
  utils: add ostream operator<<() for fragmented_temporary_buffer::view
  compound_type: extend serialize_value for all FragmentedView types
@avikivity
Copy link
Member

Not a regression, and not a small fix, so not backporting.

@tzach tzach added this to the 4.6 milestone Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants