============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_workload_topic.py .E

==================================== ERRORS ====================================
________________ ERROR at teardown of TestYdbTopicWorkload.test ________________
ydb/tests/stress/topic_kafka/tests/test_workload_topic.py:12: in setup
    yield from self.setup_cluster(
ydb/tests/library/stress/fixtures.py:35: in setup_cluster
    self.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:639: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = 100.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, 1 sessions to shutdown
E   GRpc shutdown warning: left infly: 1, spent: 5.107396 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 8.440271 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.816877 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 15.178898 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 18.499205 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 21.799907 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 25.06133 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 28.290805 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.008856 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1506385==ERROR: LeakSanitizer: detected memory leaks
E   
E   Too many leaks! Only the first 5000 leaks encountered will be reported.
E   Indirect leak of 37664 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000346d1712 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000346d1712 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000346d1712 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000346d1712 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000346d1712 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x0000346d1712 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x0000346d1712 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x0000346d1712 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x0000346d1712 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x0000346e038e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003a4c6a47 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003a4b83c4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #18 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #19 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #20 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #21 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #22 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 18832 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000346d162c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x0000346d162c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x0000346e038e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003a4c6a47 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003a4b83c4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #11 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #12 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #13 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #14 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #15 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 11224 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001bdb4ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001bdb4ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001bdb4ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001bdb4ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001bdb4ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001bdb4ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001bdb4ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001bdb4ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001bdb4ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001bdb4ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x0000346d4f8c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x0000346d4f8c in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #13 0x0000346d4f8c in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #14 0x00003a4c493f in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #15 0x00003a4b8031 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #21 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #22 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #23 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #24 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #25 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001bdb4a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001bdb4a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001bdb4a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x0000346d4f8c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x0000346d4f8c in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #6 0x0000346d4f8c in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #7 0x00003a4c493f in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #8 0x00003a4b8031 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #14 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #15 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #16 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #17 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #18 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000346d4f7a in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x0000346d4f7a in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #3 0x00003a4c493f in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #4 0x00003a4b8031 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #10 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #11 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #12 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #13 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #14 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 376 byte(s) in 10 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000033e53ba4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000033e53ba4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000033e53ba4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000033e53ba4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000033e53ba4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000033e53ba4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000033e53ba4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000033e53ba4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000033e53ba4 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000033e53ba4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000033e53ba4 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
E   #12 0x000033e52972 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x000033e52972 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000033e58e90 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x000033eb50d8 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
E   #16 0x0000346dfcc6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003a4c1c3b in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
E   #18 0x00003a4b7aa2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #24 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #25 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #26 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #27 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #28 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 352 byte(s) in 11 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000033e53b02 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000033e53b02 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000033e53b02 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000033e53b02 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
E   #5 0x000033e52972 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x000033e52972 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000033e58e90 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x000033eb50d8 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
E   #9 0x0000346dfcc6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003a4c1c3b in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
E   #11 0x00003a4b7aa2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #17 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #18 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #19 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #20 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #21 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 192 byte(s) in 3 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034734290 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034734290 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034734290 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034734290 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E   #5 0x000034734290 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
E   #6 0x000034734290 in std::__y1::__tree_iterator<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::__tree_node<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, void*>*, long> std::__y1::__tree<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::__map_value_compare<grpc::string_ref, std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::less<grpc::string_ref>, true>, std::__y1::allocator<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>>>::__emplace_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref>>(std::__y1::pair<grpc::string_ref, grpc::string_ref>&&) /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1861:23
E   #7 0x0000442fae0b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
E   #8 0x0000442fae0b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
E   #9 0x0000442fae0b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
E   #10 0x0000442fae0b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
E   #11 0x0000442fae0b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
E   #12 0x0000442fae0b in NYdbGrpc::TBaseAsyncContext<NKikimr::NGRpcService::TGRpcDiscoveryService>::GetPeerMetaValues(TBasicStringBuf<char, std::__y1::char_traits<char>>) const /-S/ydb/library/grpc/server/grpc_async_ctx_base.h:62:46
E   #13 0x000044336b1d in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::GetPeerMetaValues(TBasicStringBuf<char, std::__y1::char_traits<char>>) const /-S/ydb/library/grpc/server/grpc_request.h:182:45
E   #14 0x000044338ec0 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:438:34
E   #15 0x00003a4affec in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00003a4affec in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00003a4affec in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #18 0x00003a4affec in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #19 0x00003a4affec in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00003a4affec in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #21 0x000021a2a24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x000021a2a24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x000021a2a24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x000021a2a7ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x000021a2a7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 192 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00002751a598 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00002751a598 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00002751a598 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00002751a598 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00002751a598 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x00002751a598 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x00002751a598 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x00002751a598 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x00002751a23f in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
E   #10 0x000027519098 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003a56c56a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003a56c56a in __invoke<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #13 0x00003a56c56a in __call<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #14 0x00003a56c56a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003a56c56a in std::__y1::__function::__func<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0, std::__y1::allocator<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #16 0x00001f398d2f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003a55a90f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003a55a90f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62342
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/5sl2/00198b/r3tmp/kikimr_cluster_a3cqm6sy
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5528
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28354
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5983
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24631
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_foshpd_1.log --grpc-port=5528 --mon-port=28354 --ic-port=62342
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:5528/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_foshpd_1.log --grpc-port=5528 --mon-port=28354 --ic-port=62342
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_foshpd_1.log', '--grpc-port=5528', '--mon-port=28354', '--ic-port=62342')' in '/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1506385
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:5528/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1506386
DEBUG    ya.test:process.py:259 Command (pid 1506386) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1506386) elapsed time (sec): 1.0150964260101318
DEBUG    ya.test:process.py:263 Command (pid 1506386) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) maxrss: 476600
DEBUG    ya.test:process.py:263 Command (pid 1506386) minflt: 45149
DEBUG    ya.test:process.py:263 Command (pid 1506386) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) nivcsw: 268
DEBUG    ya.test:process.py:263 Command (pid 1506386) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1506386) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1506386) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1506386) stime: 0.24656399999999998
DEBUG    ya.test:process.py:263 Command (pid 1506386) utime: 0.523208
DEBUG    ya.test:process.py:263 Command (pid 1506386) wtime: 1.022
DEBUG    ya.test:process.py:275 Command (pid 1506386) output:
Git info:
    Commit: 31b60aaf9188e9eda84b5fe93b87ac405adbe116
    Branch: 
    Author: Олег <150132506+iddqdex@users.noreply.github.com>
    Summary: Merge e00ac15b69e0d838a3f893a578767b59f3336c69 into 21412cfb592755ec331215b2c3a7a4fcdfd875f4

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-akzihkimly
    Host information: 
        Linux ghrun-akzihkimly 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 1506386) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 31b60aaf9188e9eda84b5fe93b87ac405adbe116
    Branch: 
    Author: Олег <150132506+iddqdex@users.noreply.github.com>
    Summary: Merge e00ac15b69e0d838a3f893a578767b59f3336c69 into 21412cfb592755ec331215b2c3a7a4fcdfd875f4
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5528', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 62342\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5528', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 62342\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1507080
DEBUG    ya.test:process.py:259 Command (pid 1507080) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1507080) elapsed time (sec): 1.5105664730072021
DEBUG    ya.test:process.py:263 Command (pid 1507080) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) maxrss: 573388
DEBUG    ya.test:process.py:263 Command (pid 1507080) minflt: 51392
DEBUG    ya.test:process.py:263 Command (pid 1507080) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) nivcsw: 251
DEBUG    ya.test:process.py:263 Command (pid 1507080) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1507080) nvcsw: 561
DEBUG    ya.test:process.py:263 Command (pid 1507080) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1507080) stime: 0.405198
DEBUG    ya.test:process.py:263 Command (pid 1507080) utime: 0.590079
DEBUG    ya.test:process.py:263 Command (pid 1507080) wtime: 1.525
DEBUG    ya.test:process.py:275 Command (pid 1507080) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1507080) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5528', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/5sl2/00198b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5528', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1507419
DEBUG    ya.test:process.py:259 Command (pid 1507419) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1507419) elapsed time (sec): 1.188774824142456
DEBUG    ya.test:process.py:263 Command (pid 1507419) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) maxrss: 574172
DEBUG    ya.test:process.py:263 Command (pid 1507419) minflt: 51480
DEBUG    ya.test:process.py:263 Command (pid 1507419) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) nivcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 1507419) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1507419) nvcsw: 692
DEBUG    ya.test:process.py:263 Command (pid 1507419) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1507419) stime: 0.235417
DEBUG    ya.test:process.py:263 Command (pid 1507419) utime: 0.611066
DEBUG    ya.test:process.py:263 Command (pid 1507419) wtime: 1.2
DEBUG    ya.test:process.py:275 Command (pid 1507419) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1507419) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6eb2a76d-cc5f-4c8d-94ea-41d715d8eea9, localhost:5528): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6eb2a76d-cc5f-4c8d-94ea-41d715d8eea9, localhost:5528): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6eb2a76d-cc5f-4c8d-94ea-41d715d8eea9, localhost:5528): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-akzihkimly.auto.internal" port: 5528 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-akzihkimly.auto.internal:5528, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload_topic.py::TestYdbTopicWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/workload_topic_kafka
DEBUG    ya.test:process.py:678 Command out will be placed to workload_topic_kafka.out
DEBUG    ya.test:process.py:678 Command err will be placed to workload_topic_kafka.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/workload_topic_kafka', '--endpoint', 'grpc://localhost:5528', '--database', '/Root', '--duration', '120', '--consumers', '2', '--consumer-threads', '2', '--restart-interval', '15s', '--partitions', '4', '--write-workload', '0.01', '9000000', '2', 'big_record', '1', '--write-workload', '8000', '45', '1000', 'small_record', '10', '--write-workload', '800', '4096', '1', 'medium_record', '10']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1507644
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c7bb5682-1188-42a8-ba5e-0aef92d4677a, localhost:5528): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c7bb5682-1188-42a8-ba5e-0aef92d4677a, localhost:5528): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c7bb5682-1188-42a8-ba5e-0aef92d4677a, localhost:5528): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-akzihkimly.auto.internal" port: 5528 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-akzihkimly.auto.internal:5528, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 20be230b-ed67-413d-8137-d8623ade0a46, localhost:5528): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 20be230b-ed67-413d-8137-d8623ade0a46, localhost:5528): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 20be230b-ed67-413d-8137-d8623ade0a46, localhost:5528): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-akzihkimly.auto.internal" port: 5528 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-akzihkimly.auto.internal:5528, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ya.test:process.py:259 Command (pid 1507644) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1507644) elapsed time (sec): 220.32687067985535
DEBUG    ya.test:process.py:263 Command (pid 1507644) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507644) inblock: 372488
DEBUG    ya.test:process.py:263 Command (pid 1507644) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507644) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1507644) majflt: 36
DEBUG    ya.test:process.py:263 Command (pid 1507644) maxrss: 1609620
DEBUG    ya.test:process.py:263 Command (pid 1507644) minflt: 2990648
DEBUG    ya.test:process.py:263 Command (pid 1507644) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1507644) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1507644) nivcsw: 28824
DEBUG    ya.test:process.py:263 Command (pid 1507644) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1507644) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1507644) nvcsw: 3273792
DEBUG    ya.test:process.py:263 Command (pid 1507644) oublock: 472040
DEBUG    ya.test:process.py:263 Command (pid 1507644) stime: 42.349008
DEBUG    ya.test:process.py:263 Command (pid 1507644) utime: 226.023709
DEBUG    ya.test:process.py:263 Command (pid 1507644) wtime: 220.337
DEBUG    ya.test:process.py:275 Command (pid 1507644) output:
Window	Lag		Lag time	Read speed	Full time	
#	percentile,msg	percentile,ms	msg/s	MB/s	percentile,ms	
1	0		0		0	0	0	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
2	0		0		0	0	0	
1	0	0	0		0	
1	0	0	0		0	
3	0		0		0	0	0	
2	0	0	0		0	
2	0	0	0		0	
4	0		0		0	0	0	
3	0	0	0		0	
3	0	0	0		0	
5	0		0		0	0	0	
4	0	0	0		0	
4	1	0	43		0	
6	0		0		587	0	453	
5	526	0	443		88	
5	182	0	341		6	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
7	180		859		1428	1	1126	
6	883	0	1175		234	
6	446	1	807		16	
1	0	0	0		0	
8	427		1879		1035	1	2012	
7	372	0	2191		437	
7	246	0	1471		29	
2	0	0	0		0	
9	563		1863		2103	3	2714	
8	579	0	2831		563	
8	504	1	1735		34	
3	0	0	0		0	
10	867		2655		1935	3	3729	
9	429	0	3743		747	
9	549	2	2191		43	
4	0	0	0		0	
11	1103		2479		2153	4	4199	
10	810	0	4607		915	
10	737	2	2383		47	
5	0	0	0		0	
12	1415		2799		2719	5	5240	
11	855	0	5887		1175	
11	751	2	2607		52	
6	0	0	0		0	
13	1719		2767		1920	3	6292	
12	149	0	6591		1319	
12	196	0	2543		50	
7	1	8	2879		0	
14	1951		2783		2134	4	6922	
13	648	0	7455		1487	
13	829	3	3327		66	
8	0	0	0		0	
15	2207		2479		2011	4	5209	
14	905	0	8511		1695	
14	746	2	3391		67	
9	0	0	0		0	
16	2175		2287		840	1	5554	
15	694	0	9599		1919	
15	750	2	3471		69	
10	0	0	0		0	
17	0		0		0	0	0	
16	576	0	10111		2015	
16	492	1	3247		64	
11	0	0	0		0	
18	3631		1303		0	0	0	
17	542	0	11199		2239	
17	485	1	3647		72	
12	0	0	0		0	
19	3631		2543		0	0	0	
18	145	0	12031		2415	
18	135	0	3711		74	
13	0	0	0		0	
20	0		0		0	0	0	
19	281	0	13119		2623	
19	266	1	5311		106	
14	0	0	0		0	
21	3679		4511		3956	7	14426	
20	65	0	13823		2767	
20	72	0	5983		119	
15	0	0	0		0	
21	348	0	15231		3039	
22	3679		5343		11636	21	15291	
21	428	1	6879		136	
16	0	0	0		0	
23	3167		3759		218	0	16386	
22	81	0	15679		3135	
22	32	0	7583		151	
17	0	0	0		0	
24	3631		6143		4310	7	17183	
23	527	0	17151		3423	
23	482	1	8063		161	
18	0	0	0		0	
25	4223		5599		5509	10	18019	
24	425	0	18431		3663	
24	489	1	8575		170	
19	0	0	0		0	
26	4063		8255		1369	19	18700	
25	700	0	19199		3823	
25	622	2	8895		176	
20	0	0	0		0	
27	4735		6655		1000	1	19267	
26	374	0	19839		3951	
26	384	1	8767		174	
21	0	0	0		0	
28	4575		10751		7029	13	20183	
27	339	0	20735		4159	
27	481	1	9535		190	
22	0	0	0		0	
29	5343		3743		2326	4	12716	
28	671	0	21759		4351	
28	563	2	9919		197	
23	0	0	0		0	
30	5407		3423		2920	5	22052	
29	363	0	22783		4575	
29	368	1	10239		203	
24	0	0	0		0	
31	5663		3103		1021	1	23156	
30	654	0	23807		4767	
30	759	2	10751		214	
25	0	0	0		0	
32	0		0		0	0	0	
31	913	0	24575		4927	
31	751	2	10687		213	
26	0	0	0		0	
33	0		0		0	0	0	
32	197	0	25471		5087	
32	281	1	11007		219	
27	0	0	0		0	
34	0		0		0	0	0	
33	84	0	26239		5247	
33	1	0	12735		254	
28	0	0	0		0	
35	0		0		3330	6	28815	
34	266	0	27647		5535	
34	270	1	12799		255	
29	0	0	0		0	
35	652	0	28671		5727	
36	6879		4351		21297	39	29207	
35	767	2	12991		259	
30	0	0	0		0	
37	6687		5343		1085	2	29467	
36	676	0	29311		5855	
36	642	2	13119		263	
31	0	0	0		0	
38	7551		6399		7687	14	30126	
37	670	0	30335		6047	
37	566	2	13183		263	
32	0	0	0		0	
39	8063		6975		1185	2	31047	
38	540	0	31359		6271	
38	548	2	13503		269	
33	0	0	0		0	
40	8159		3871		1429	2	31974	
39	122	0	32383		6463	
39	104	0	13439		267	
34	0	0	0		0	
41	6847		8127		3244	14	34023	
40	133	0	33279		6623	
40	138	0	14655		291	
35	0	0	0		0	
42	8095		8703		10697	29	34144	
41	262	0	34559		6911	
41	290	1	17663		353	
36	0	0	0		0	
43	8383		6655		2286	4	24963	
42	224	0	35327		7039	
42	312	1	16255		323	
37	0	0	0		0	
44	8447		7007		3164	6	24689	
43	406	0	35839		7167	
43	288	1	16767		335	
38	0	0	0		0	
45	8895		11839		4143	8	36870	
44	174	0	37375		7487	
44	260	1	19711		393	
39	0	0	0		0	
46	8639		7455		1562	3	37231	
45	379	0	37887		7551	
45	272	1	18303		365	
40	0	0	0		0	
47	0		0		0	0	0	
46	191	0	39423		7903	
46	227	0	19455		389	
41	0	0	0		0	
47	733	0	39935		7967	
48	0		0		0	0	0	
47	989	3	19455		387	
42	0	0	0		0	
49	0		0		0	0	0	
48	586	0	40447		8095	
48	379	1	19711		395	
43	0	0	0		0	
50	0		0		0	0	0	
49	237	0	41471		8319	
49	63	0	20351		405	
44	0	0	0		0	
51	0		0		0	0	0	
50	43	0	42495		8511	
50	70	0	20223		405	
45	0	0	0		0	
51	14	0	44287		8831	
52	9279		4127		9259	22	44670	
51	74	0	24191		483	
46	0	0	0		0	
53	9279		4223		0	0	0	
52	105	0	44543		8895	
52	57	0	24447		489	
47	0	0	0		0	
53	282	0	46079		9215	
54	9663		6175		5871	7	46759	
53	295	1	23935		479	
48	0	0	0		0	
54	236	0	46591		9279	
55	9983		6719		14948	17	47553	
54	340	1	24319		485	
49	0	0	0		0	
55	440	0	47359		9471	
56	10047		7679		10746	17	48118	
55	307	1	24575		489	
50	0	0	0		0	
56	444	0	48639		9727	
57	9535		8831		7604	23	48383	
56	440	1	25215		503	
51	0	0	0		0	
58	10047		10111		3510	6	49021	
57	241	0	49663		9983	
57	301	1	25855		515	
52	0	0	0		0	
59	10047		5087		3529	6	50387	
58	170	0	50175		10047	
58	153	0	29183		583	
53	0	0	0		0	
60	10047		11519		6345	12	51164	
59	440	0	51199		10047	
59	395	1	26751		535	
54	0	0	0		0	
61	10047		5919		5127	10	51863	
60	629	0	52479		10047	
60	610	2	27391		547	
55	0	0	0		0	
62	10047		1711		546	1	52577	
61	428	0	53503		10047	
61	489	1	27775		555	
56	0	0	0		0	
63	0		0		0	0	0	
62	350	0	54271		10047	
62	266	1	27903		559	
57	0	0	0		0	
64	0		0		0	0	0	
63	547	0	55295		10047	
63	545	2	28671		575	
58	0	0	0		0	
65	10047		1911		0	0	0	
64	429	0	56319		10047	
64	395	1	28799		575	
59	0	0	0		0	
66	10047		2039		0	0	0	
65	145	0	57343		10047	
65	226	0	33023		655	
60	0	0	0		0	
67	10047		2991		0	0	0	
66	300	0	58367		10047	
66	217	0	33279		663	
61	0	0	0		0	
68	10047		4287		5809	7	60799	
67	164	0	59135		10047	
67	184	0	30335		607	
62	0	0	0		0	
68	590	0	59903		10047	
69	10047		4831		11265	10	62422	
68	566	2	31999		639	
63	0	0	0		0	
69	0	0	0		0	
70	10047		5311		6274	12	61568	
69	81	0	33279		663	
64	0	0	0		0	
71	10047		5759		103	0	65054	
70	433	0	61951		10047	
70	345	1	32767		655	
65	0	0	0		0	
72	10047		7391		2599	1	65821	
71	46	0	63231		10047	
71	130	0	34559		691	
66	0	0	0		0	
72	214	0	63743		10047	
73	10047		9087		9246	14	65172	
72	112	0	34559		691	
67	0	0	0		0	
73	31	0	66047		10047	
74	10047		10047		7694	15	64975	
73	91	0	38911		779	
68	0	0	0		0	
75	10047		11263		5428	16	67629	
74	439	0	66047		10047	
74	429	1	36095		719	
69	0	0	0		0	
76	10047		9855		1003	10	66701	
75	452	0	67071		10047	
75	379	1	36863		735	
70	0	0	0		0	
76	83	0	68095		10047	
77	10047		12863		6967	10	68673	
76	66	0	40191		803	
71	0	0	0		0	
78	0		0		0	0	0	
77	647	0	69119		10047	
77	734	2	37887		759	
72	0	0	0		0	
79	0		0		0	0	0	
78	1252	0	69631		10047	
78	1137	4	37887		755	
73	0	0	0		0	
80	0		0		0	0	0	
79	302	0	70655		10047	
79	285	1	40447		807	
74	0	0	0		0	
81	10047		1831		0	0	0	
80	0	0	0		0	
80	0	0	0		0	
75	0	0	0		0	
82	0		0		0	0	0	
81	9	0	73215		10047	
81	39	0	40191		799	
76	0	0	0		0	
82	420	0	73727		10047	
83	10047		4255		15168	15	75095	
82	375	1	40447		807	
77	0	0	0		0	
83	506	0	74751		10047	
84	10047		5247		15804	16	75876	
83	724	2	40703		811	
78	0	0	0		0	
84	775	0	75263		10047	
85	10047		5727		5669	21	77687	
84	512	2	40959		819	
79	0	0	0		0	
86	10047		7263		1197	2	76575	
85	0	0	0		0	
85	5	0	42239		843	
80	0	0	0		0	
87	0		0		0	0	0	
86	104	0	77311		10047	
86	133	0	42751		851	
81	0	0	0		0	
87	146	0	78335		10047	
88	10047		9087		16533	24	79370	
87	119	0	43775		875	
82	0	0	0		0	
88	170	0	79871		10047	
89	10047		9855		9305	10	80788	
88	172	0	48127		959	
83	0	0	0		0	
90	10047		11839		3814	7	80259	
89	285	0	79871		10047	
89	254	0	43775		875	
84	0	0	0		0	
91	10047		12415		908	1	48988	
90	23	0	81919		10047	
90	59	0	46335		927	
85	0	0	0		0	
92	10047		13375		4416	8	82408	
91	463	0	82431		10047	
91	449	1	46591		931	
86	0	0	0		0	
92	0	0	0		0	
93	10047		13567		0	0	0	
92	0	0	0		0	
87	0	0	0		0	
94	0		0		0	0	0	
93	527	0	84479		10047	
93	513	2	47871		955	
88	0	0	0		0	
95	0		0		0	0	0	
94	269	0	85503		10047	
94	357	1	51967		1039	
89	0	0	0		0	
96	0		0		0	0	0	
95	398	0	86015		10047	
95	295	1	48895		979	
90	0	0	0		0	
97	0		0		0	0	0	
96	293	0	87551		10047	
96	364	1	49919		995	
91	0	0	0		0	
98	10047		3103		206	0	91642	
97	124	0	88063		10047	
97	91	0	52991		1063	
92	0	0	0		0	
99	0		0		0	0	0	
98	277	0	89087		10047	
98	225	0	53503		1071	
93	0	0	0		0	
100	0		0		0	0	0	
99	0	0	0		0	
99	0	0	0		0	
94	0	0	0		0	
100	105	0	91135		10047	
101	10047		7007		7731	7	93025	
100	174	0	53247		1063	
95	0	0	0		0	
101	287	0	91647		10047	
101	207	0	52735		1055	
102	10047		6783		22914	23	94147	
96	0	0	0		0	
103	0		0		4080	0	96317	
102	339	0	93183		10047	
102	396	1	54783		1095	
97	0	0	0		0	
103	210	0	93695		10047	
104	10047		9663		18364	39	95683	
103	196	0	54015		1079	
98	0	0	0		0	
105	10047		9983		180	0	95235	
104	112	0	94719		10047	
104	58	0	58111		1159	
99	0	0	0		0	
105	502	0	95743		10047	
106	10047		10687		22046	31	96632	
105	512	2	56575		1135	
100	0	0	0		0	
107	10047		11711		1780	3	96575	
106	133	0	96767		10047	
106	214	0	57087		1143	
101	0	0	0		0	
108	10047		12927		3879	7	97965	
107	447	0	98303		10047	
107	355	1	57599		1151	
102	0	0	0		0	
109	0		0		0	0	0	
108	527	0	98815		10047	
108	539	2	57855		1159	
103	0	0	0		0	
110	0		0		0	0	0	
109	592	0	99839		10047	
109	567	2	58623		1175	
104	0	0	0		0	
111	0		0		0	0	0	
110	379	0	100351		10047	
110	327	1	57855		1159	
105	0	0	0		0	
112	10047		2287		0	0	0	
111	173	0	100351		10047	
111	162	0	62463		1255	
106	0	0	0		0	
113	10047		3583		1737	8	100000	
112	138	0	100351		10047	
112	115	0	59903		1199	
107	0	0	0		0	
114	0		0		0	0	0	
113	0	0	0		0	
113	0	0	0		0	
108	0	0	0		0	
115	0		0		0	0	0	
114	9	0	100351		10047	
114	45	0	61439		1231	
109	0	0	0		0	
115	339	0	100351		10047	
116	10047		6783		22615	15	100000	
115	273	1	63999		1279	
110	0	0	0		0	
117	10047		7135		159	0	100000	
116	153	0	100351		10047	
116	189	0	63743		1271	
111	0	0	0		0	
118	10047		8703		6321	8	100000	
117	117	0	100351		10047	
117	111	0	67583		1351	
112	0	0	0		0	
118	129	0	100351		10047	
119	10047		9727		19323	15	100000	
118	167	0	64255		1287	
113	0	0	0		0	
120	0		0		481	0	100000	
119	183	0	100351		10047	
119	282	1	67071		1335	
114	0	0	0		0	
120	340	0	100351		10047	
120	149	0	65279		1311	
115	0	0	0		0	
116	1	8	11327		0	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	323	1	23679		473	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	336	0	41471		8255	
117	0	0	0		0	
Window	Lag		Lag time	Read speed	Full time	
#	percentile,msg	percentile,ms	msg/s	MB/s	percentile,ms	
Total	10047		7007		4031	6	61759	
118	0	0	0		0	
119	0	0	0		0	
120	0	0	0		0	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	0	0	2879		0	

DEBUG    ya.test:process.py:276 Command (pid 1507644) errors:
No authentication methods were found. Going without authentication
No authentication methods were found. Going without authentication
No authentication methods were found. Going without authentication
No authentication methods were found. Going without authentication
No authentication methods were found. Going without authentication
2025-10-13T15:42:18.632334Z :WARNING: No initial sequence number for ProducerId 327d6a28-a84b11f0-92ddf112-2dc28291 PartitionId 0
2025-10-13T15:42:18.813957Z :WARNING: No initial sequence number for ProducerId 32933bd2-a84b11f0-9f40d9a4-692b7985 PartitionId 1
2025-10-13T15:42:18.858884Z :WARNING: No initial sequence number for ProducerId 328f65de-a84b11f0-9815eb82-5b894a05 PartitionId 1
2025-10-13T15:42:18.955604Z :WARNING: No initial sequence number for ProducerId 328d8d90-a84b11f0-b8944ffc-8748d33c PartitionId 0
2025-10-13T15:42:19.011539Z :WARNING: No initial sequence number for ProducerId 3289608a-a84b11f0-897fa055-63e533cd PartitionId 0
2025-10-13T15:42:19.013103Z :WARNING: No initial sequence number for ProducerId 327d219e-a84b11f0-a0a64b7f-6ba50f68 PartitionId 0
2025-10-13T15:42:19.030603Z :WARNING: No initial sequence number for ProducerId 3291ce32-a84b11f0-b6a095d8-3d884051 PartitionId 1
2025-10-13T15:42:19.053149Z :WARNING: No initial sequence number for ProducerId 327f38ee-a84b11f0-8fe4e8fb-c39d9710 PartitionId 0
2025-10-13T15:42:19.083570Z :WARNING: No initial sequence number for ProducerId 328bbdda-a84b11f0-b9d2e9ef-a7f242cb PartitionId 1
2025-10-13T15:42:19.083631Z :WARNING: No initial sequence number for ProducerId 32957e92-a84b11f0-a4f4c1b9-76f7010 PartitionId 0
2025-10-13T15:42:19.103298Z :WARNING: No initial sequence number for ProducerId 327d8b66-a84b11f0-ba6cb43b-d3f1a021 PartitionId 0
2025-10-13T15:42:19.136982Z :WARNING: No initial sequence number for ProducerId 328eea6e-a84b11f0-b90bdf31-5bb1f55e PartitionId 1
2025-10-13T15:42:19.142249Z :WARNING: No initial sequence number for ProducerId 328d61d0-a84b11f0-8251194e-6b9f047a PartitionId 1
2025-10-13T15:42:19.151068Z :WARNING: No initial sequence number for ProducerId 328ed376-a84b11f0-b49f710c-6b966781 PartitionId 0
2025-10-13T15:42:19.160674Z :WARNING: No initial sequence number for ProducerId 328d30fc-a84b11f0-851cfbfc-6be68e81 PartitionId 1
2025-10-13T15:42:19.167427Z :WARNING: No initial sequence number for ProducerId 3288b0b8-a84b11f0-ac762bff-d3f9e3ea PartitionId 0
2025-10-13T15:42:19.202756Z :WARNING: No initial sequence number for ProducerId 32922260-a84b11f0-974030ef-15487830 PartitionId 0
2025-10-13T15:42:19.261996Z :WARNING: No initial sequence number for ProducerId 32912522-a84b11f0-98b57e1b-ad22d12c PartitionId 1
2025-10-13T15:42:19.286228Z :WARNING: No initial sequence number for ProducerId 32909fe4-a84b11f0-aaf0a576-15cae7bd PartitionId 1
2025-10-13T15:42:19.322293Z :WARNING: No initial sequence number for ProducerId 328d0906-a84b11f0-80b6cd6a-593eea24 PartitionId 1
2025-10-13T15:42:20.633333Z :WARNING: No initial sequence number for ProducerId 327d6a28-a84b11f0-92ddf112-2dc28291 PartitionId 0
2025-10-13T15:42:20.815766Z :WARNING: No initial sequence number for ProducerId 32933bd2-a84b11f0-9f40d9a4-692b7985 PartitionId 1
2025-10-13T15:42:20.862936Z :WARNING: No initial sequence number for ProducerId 328f65de-a84b11f0-9815eb82-5b894a05 PartitionId 1
2025-10-13T15:42:20.955973Z :WARNING: No initial sequence number for ProducerId 328d8d90-a84b11f0-b8944ffc-8748d33c PartitionId 0
2025-10-13T15:42:21.013960Z :WARNING: No initial sequence number for ProducerId 3289608a-a84b11f0-897fa055-63e533cd PartitionId 0
2025-10-13T15:42:21.015676Z :WARNING: No initial sequence number for ProducerId 327d219e-a84b11f0-a0a64b7f-6ba50f68 PartitionId 0
2025-10-13T15:42:21.031280Z :WARNING: No initial sequence number for ProducerId 3291ce32-a84b11f0-b6a095d8-3d884051 PartitionId 1
2025-10-13T15:42:21.058687Z :WARNING: No initial sequence number for ProducerId 327f38ee-a84b11f0-8fe4e8fb-c39d9710 PartitionId 0
2025-10-13T15:42:21.083797Z :WARNING: No initial sequence number for ProducerId 328bbdda-a84b11f0-b9d2e9ef-a7f242cb PartitionId 1
2025-10-13T15:42:21.087567Z :WARNING: No initial sequence number for ProducerId 32957e92-a84b11f0-a4f4c1b9-76f7010 PartitionId 0
2025-10-13T15:42:21.103569Z :WARNING: No initial sequence number for ProducerId 327d8b66-a84b11f0-ba6cb43b-d3f1a021 PartitionId 0
2025-10-13T15:42:21.139642Z :WARNING: No initial sequence number for ProducerId 328eea6e-a84b11f0-b90bdf31-5bb1f55e PartitionId 1
2025-10-13T15:42:21.146934Z :WARNING: No initial sequence number for ProducerId 328d61d0-a84b11f0-8251194e-6b9f047a PartitionId 1
2025-10-13T15:42:21.151331Z :WARNING: No initial sequence number for ProducerId 328ed376-a84b11f0-b49f710c-6b966781 PartitionId 0
2025-10-13T15:42:21.161108Z :WARNING: No initial sequence number for ProducerId 328d30fc-a84b11f0-851cfbfc-6be68e81 PartitionId 1
2025-10-13T15:42:21.168619Z :WARNING: No initial sequence number for ProducerId 3288b0b8-a84b11f0-ac762bff-d3f9e3ea PartitionId 0
2025-10-13T15:42:21.203682Z :WARNING: No initial sequence number for ProducerId 32922260-a84b11f0-974030ef-15487830 PartitionId 0
2025-10-13T15:42:21.262271Z :WARNING: No initial sequence number for ProducerId 32912522-a84b11f0-98b57e1b-ad22d12c PartitionId 1
2025-10-13T15:42:21.290513Z :WARNING: No initial sequence number for ProducerId 32909fe4-a84b11f0-aaf0a576-15cae7bd PartitionId 1
2025-10-13T15:42:21.323646Z :WARNING: No initial sequence number for ProducerId 328d0906-a84b11f0-80b6cd6a-593eea24 PartitionId 1
2025-10-13T15:42:24.558266Z :WARNING: No initial sequence number for ProducerId 36428cd8-a84b11f0-b1a62fa8-6953183d PartitionId 1
2025-10-13T15:42:26.558719Z :WARNING: No initial sequence number for ProducerId 36428cd8-a84b11f0-b1a62fa8-6953183d PartitionId 1
2025-10-13T15:42:32.038636Z :NOTICE: [/Root] [/Root] [a38313e1-1bcc5f86-4e028a5b-68ad26c8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:42:32.039113Z :NOTICE: [/Root] [/Root] [a38313e1-1bcc5f86-4e028a5b-68ad26c8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:42:32.345803Z :NOTICE: [/Root] [/Root] [b738b5e0-a367dc1c-5691db9e-2f0e5faa] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:42:32.359478Z :NOTICE: [/Root] [/Root] [b738b5e0-a367dc1c-5691db9e-2f0e5faa] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:42:32.357950Z :NOTICE: [/Root] [/Root] [ada356f1-dcc4104d-2e41c8bd-de4a40f4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:42:32.362443Z :NOTICE: [/Root] [/Root] [ada356f1-dcc4104d-2e41c8bd-de4a40f4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:42:32.443934Z :NOTICE: [/Root] [/Root] [577a1010-31af9688-9c725847-283f98c4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:42:32.460403Z :NOTICE: [/Root] [/Root] [577a1010-31af9688-9c725847-283f98c4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:42:47.500189Z :NOTICE: [/Root] [/Root] [5cdcce23-5062d4f9-328a3de3-2e4a460a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:42:47.525944Z :NOTICE: [/Root] [/Root] [5cdcce23-5062d4f9-328a3de3-2e4a460a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:42:47.683959Z :NOTICE: [/Root] [/Root] [6e044152-63e4e0b8-a961cc65-927fb486] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:42:47.699123Z :NOTICE: [/Root] [/Root] [6e044152-63e4e0b8-a961cc65-927fb486] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:42:47.702954Z :NOTICE: [/Root] [/Root] [79dc3648-99847df4-23f2f528-d745b9a8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:42:47.707957Z :NOTICE: [/Root] [/Root] [79dc3648-99847df4-23f2f528-d745b9a8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:42:47.938041Z :NOTICE: [/Root] [/Root] [c6885333-a3ea7c5e-ffd35062-ed016b1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:42:47.938478Z :NOTICE: [/Root] [/Root] [c6885333-a3ea7c5e-ffd35062-ed016b1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:02.805098Z :NOTICE: [/Root] [/Root] [15f3e458-1e70a3bb-da2554c3-5463edde] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:02.805591Z :NOTICE: [/Root] [/Root] [15f3e458-1e70a3bb-da2554c3-5463edde] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:03.190703Z :NOTICE: [/Root] [/Root] [9cd2d9e0-2c82ca2b-9a60bd19-a6a0ec43] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:03.192806Z :NOTICE: [/Root] [/Root] [9cd2d9e0-2c82ca2b-9a60bd19-a6a0ec43] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:03.196144Z :NOTICE: [/Root] [/Root] [4821be43-d5b0d093-f702baae-bbec42eb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:03.196596Z :NOTICE: [/Root] [/Root] [4821be43-d5b0d093-f702baae-bbec42eb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:03.303382Z :NOTICE: [/Root] [/Root] [30c0cc39-132a7285-b595098-333bbd63] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:03.303877Z :NOTICE: [/Root] [/Root] [30c0cc39-132a7285-b595098-333bbd63] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:18.223334Z :NOTICE: [/Root] [/Root] [97028a3a-887fc280-89a35463-5556d48f] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:18.223727Z :NOTICE: [/Root] [/Root] [97028a3a-887fc280-89a35463-5556d48f] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:18.401104Z :NOTICE: [/Root] [/Root] [8904888b-4bd34caa-edc15f-c90d4e67] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:18.401609Z :NOTICE: [/Root] [/Root] [8904888b-4bd34caa-edc15f-c90d4e67] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:18.750786Z :NOTICE: [/Root] [/Root] [b0599977-38eeb931-be3cc7cb-49952db7] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:18.771486Z :NOTICE: [/Root] [/Root] [b0599977-38eeb931-be3cc7cb-49952db7] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:19.132273Z :NOTICE: [/Root] [/Root] [841e21a8-a74a8c78-b6c7ec79-f07d5939] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:19.132745Z :NOTICE: [/Root] [/Root] [841e21a8-a74a8c78-b6c7ec79-f07d5939] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:33.611743Z :NOTICE: [/Root] [/Root] [7e40d5ed-b5459840-90124b63-3e1a0e8f] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:33.615781Z :NOTICE: [/Root] [/Root] [7e40d5ed-b5459840-90124b63-3e1a0e8f] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:33.818096Z :NOTICE: [/Root] [/Root] [fbbea3c5-d316b399-cbcbb5ea-cc76f815] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:33.818532Z :NOTICE: [/Root] [/Root] [fbbea3c5-d316b399-cbcbb5ea-cc76f815] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:34.182488Z :NOTICE: [/Root] [/Root] [2fe8c8c2-d8a7f8d5-e853185b-5f7aa60d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:34.182962Z :NOTICE: [/Root] [/Root] [2fe8c8c2-d8a7f8d5-e853185b-5f7aa60d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:34.187804Z :NOTICE: [/Root] [/Root] [20e1f7b9-687d75ec-c4f5c83e-625e44a7] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:34.203638Z :NOTICE: [/Root] [/Root] [20e1f7b9-687d75ec-c4f5c83e-625e44a7] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:48.773097Z :NOTICE: [/Root] [/Root] [40886723-99bc5c9e-473c7183-6a6c6ff5] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:48.779421Z :NOTICE: [/Root] [/Root] [40886723-99bc5c9e-473c7183-6a6c6ff5] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:48.847744Z :NOTICE: [/Root] [/Root] [f6984fe6-b753f09a-2b291c38-785ba812] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:48.848173Z :NOTICE: [/Root] [/Root] [f6984fe6-b753f09a-2b291c38-785ba812] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:49.270127Z :NOTICE: [/Root] [/Root] [91c12bcb-a43c9f58-c19bf121-d4a9007d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:49.270571Z :NOTICE: [/Root] [/Root] [91c12bcb-a43c9f58-c19bf121-d4a9007d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:43:50.065892Z :NOTICE: [/Root] [/Root] [4cec1e62-d69b714e-fd52e0dc-a7f25fb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:43:50.066407Z :NOTICE: [/Root] [/Root] [4cec1e62-d69b714e-fd52e0dc-a7f25fb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:04.009147Z :NOTICE: [/Root] [/Root] [60b42e72-4bf22c05-bc3ec410-fec4a84a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:04.032273Z :NOTICE: [/Root] [/Root] [60b42e72-4bf22c05-bc3ec410-fec4a84a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:04.411549Z :NOTICE: [/Root] [/Root] [7d14a0b5-d865d03e-295c2d1d-266b5be0] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:04.411959Z :NOTICE: [/Root] [/Root] [7d14a0b5-d865d03e-295c2d1d-266b5be0] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:05.009480Z :NOTICE: [/Root] [/Root] [a08d3064-2cc01757-b4b6640d-c7b5b205] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:05.009909Z :NOTICE: [/Root] [/Root] [a08d3064-2cc01757-b4b6640d-c7b5b205] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:05.687747Z :NOTICE: [/Root] [/Root] [b082ca38-7d8d0b19-5aa0b58d-effb5d52] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:05.696676Z :NOTICE: [/Root] [/Root] [b082ca38-7d8d0b19-5aa0b58d-effb5d52] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:19.940351Z :NOTICE: [/Root] [/Root] [c9d716e6-6f5c074a-71b09eb7-5372b74e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:19.940891Z :NOTICE: [/Root] [/Root] [c9d716e6-6f5c074a-71b09eb7-5372b74e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:20.062295Z :NOTICE: [/Root] [/Root] [41a6da54-e835c91f-a1281d72-89cd297f] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:20.062766Z :NOTICE: [/Root] [/Root] [41a6da54-e835c91f-a1281d72-89cd297f] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:20.086938Z :NOTICE: [/Root] [/Root] [45301c5a-f5529a8a-14409ca2-4a4bef5b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:20.087324Z :NOTICE: [/Root] [/Root] [45301c5a-f5529a8a-14409ca2-4a4bef5b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:20.158988Z :WARNING: [/Root]  TraceId []  SessionId [327d6a28-a84b11f0-92ddf112-2dc28291|afaec43c-2dfcd4eb-d4190c32-a5bbf113_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.159171Z :WARNING: [/Root]  TraceId []  SessionId [3295e8d2-a84b11f0-a4e5e5a2-2faf6012|747acb61-356af7b0-9e18e20d-593cbe81_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.159269Z :WARNING: [/Root]  TraceId []  SessionId [32b89bde-a84b11f0-9cb2058c-77a42c3a|a013cb61-9ce007b6-fa699363-3afade2c_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.159359Z :WARNING: [/Root]  TraceId []  SessionId [32c4bf90-a84b11f0-86668a41-edd39b35|edcb205e-f2087b7e-2c4dc304-b34bfebb_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.161428Z :WARNING: [/Root]  TraceId []  SessionId [327d8b66-a84b11f0-ba6cb43b-d3f1a021|c9325628-6cb8d96f-638440ca-625299c4_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.161605Z :WARNING: [/Root]  TraceId []  SessionId [3296af9c-a84b11f0-a403e33c-d7bcdb49|9cf18c0a-19240a86-ee40cdbf-83caf6c8_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.161731Z :WARNING: [/Root]  TraceId []  SessionId [32bacc42-a84b11f0-b22e1984-b941a69e|3b1abb4f-c8d355da-bed50127-59e74a71_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.161910Z :WARNING: [/Root]  TraceId []  SessionId [32ee7ab0-a84b11f0-a3028aae-69219759|f3a32276-971d80c1-179a52f2-6408777a_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.169037Z :WARNING: [/Root]  TraceId []  SessionId [327d219e-a84b11f0-a0a64b7f-6ba50f68|4880c1a6-de81909d-fcdc1950-76679357_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.169188Z :WARNING: [/Root]  TraceId []  SessionId [329bf9ca-a84b11f0-b8495f57-b7d31b5b|182dfb7c-9944f067-24fec002-12a4239d_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.169271Z :WARNING: [/Root]  TraceId []  SessionId [32beec14-a84b11f0-95f9a375-d38ce20c|d8445b41-9705069b-235d856d-d4454f2_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.169351Z :WARNING: [/Root]  TraceId []  SessionId [32d71294-a84b11f0-bd914619-479c5d71|7e2b950f-c1741128-8dbc8efc-b4036634_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.173884Z :WARNING: [/Root]  TraceId []  SessionId [327f38ee-a84b11f0-8fe4e8fb-c39d9710|29c4138b-bc463bcc-d98661c5-d2b28884_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.174004Z :WARNING: [/Root]  TraceId []  SessionId [329edf3c-a84b11f0-ab7564db-9b955b93|8d17df61-68af77f5-e6b0ea79-64735266_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.174087Z :WARNING: [/Root]  TraceId []  SessionId [32b4f4de-a84b11f0-8990d87f-a1f51d7a|94284f94-cf593476-f04be751-60b48c13_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.174170Z :WARNING: [/Root]  TraceId []  SessionId [32cadede-a84b11f0-b5f09bd2-19efca25|cb0d3b60-eb250ecb-746f4dfa-80f85892_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.235016Z :WARNING: [/Root]  TraceId []  SessionId [3288b0b8-a84b11f0-ac762bff-d3f9e3ea|cd6e960e-5de35b71-3ec6995e-2f4d4751_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.235307Z :WARNING: [/Root]  TraceId []  SessionId [3296f31c-a84b11f0-afe988b4-9169009d|2436cb33-8875996f-60ea5f46-140c2a5_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.235458Z :WARNING: [/Root]  TraceId []  SessionId [32a5dc2e-a84b11f0-9bfc212d-95b43ff4|b179f49f-1de18443-569fe4b-8f754292_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.236356Z :WARNING: [/Root]  TraceId []  SessionId [3289608a-a84b11f0-897fa055-63e533cd|cb1f7535-77be692d-8145802e-5c25bab9_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.236488Z :WARNING: [/Root]  TraceId []  SessionId [329e7a06-a84b11f0-91823d81-7d708670|858960b7-b7bcd540-ab8df94b-6ebb1dd9_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.236616Z :WARNING: [/Root]  TraceId []  SessionId [32b8a084-a84b11f0-a903f034-bd205d60|80fd1e2e-bc3daf1-fa4148fd-79677c24_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.236737Z :WARNING: [/Root]  TraceId []  SessionId [32c682ee-a84b11f0-af2e6a6b-cb464eaa|79196bb5-4034c5a8-528203bb-289ae500_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.236954Z :WARNING: [/Root]  TraceId []  SessionId [32f243ac-a84b11f0-ac901293-7525fab1|13430c01-7c40685-4bd4ef92-d7a16998_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.238355Z :WARNING: [/Root]  TraceId []  SessionId [328ed376-a84b11f0-b49f710c-6b966781|3b89c323-6d77723d-3638991b-3264c184_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.238504Z :WARNING: [/Root]  TraceId []  SessionId [32c6d9ba-a84b11f0-8f590ca7-911d331|da9836d9-5d928ebb-a9ca1a5b-c8f8cc94_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.238598Z :WARNING: [/Root]  TraceId []  SessionId [32ce137e-a84b11f0-8689a932-c3a61c45|dd567d95-ac577748-b45f3aa-d11e7e78_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.241310Z :WARNING: [/Root]  TraceId []  SessionId [32ee1be2-a84b11f0-9f573b0c-bd2ad2c8|d1a23ab-1fabcfc9-74289a19-f26f2c43_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.252415Z :WARNING: [/Root]  TraceId []  SessionId [328d8d90-a84b11f0-b8944ffc-8748d33c|e31c2da7-880f77f2-930b5c6a-eee22f93_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.252548Z :WARNING: [/Root]  TraceId []  SessionId [32a3e7e8-a84b11f0-995285cd-9508c0da|77c8483e-44da43b-51b4345c-1e843d87_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.252640Z :WARNING: [/Root]  TraceId []  SessionId [32b4e728-a84b11f0-94cca37f-75c7672|55e381b8-efe634b9-a4bad5b1-524f6eb_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.252666Z :WARNING: [/Root]  TraceId []  SessionId [328bbdda-a84b11f0-b9d2e9ef-a7f242cb|203145ef-cb375717-e8e5969-ef1b90fb_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.252751Z :WARNING: [/Root]  TraceId []  SessionId [32be6e56-a84b11f0-985de62c-b96b3a25|22344a36-4020153a-6df2b2c7-57011a61_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.253152Z :WARNING: [/Root]  TraceId []  SessionId [32a869da-a84b11f0-984f9086-17402983|1b1fed1e-eb4d0ff5-ee27a79f-69535ab4_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.253496Z :WARNING: [/Root]  TraceId []  SessionId [32c0626a-a84b11f0-927f8c82-f717bb8a|cb1dbdf8-95cafaaf-1b8c9ab5-955cb7e5_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.253856Z :WARNING: [/Root]  TraceId []  SessionId [3300f1f4-a84b11f0-bd584d4d-b329107b|a6fd5c99-ba286723-37adc20e-a90e8909_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.266786Z :WARNING: [/Root]  TraceId []  SessionId [328d30fc-a84b11f0-851cfbfc-6be68e81|f269aced-3b9c9453-b68c0126-994bbef4_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.266939Z :WARNING: [/Root]  TraceId []  SessionId [32ad83fc-a84b11f0-a9c7c0bb-7f14efa0|415abf80-a4dab444-fecc92e9-f5b3ced0_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.267007Z :WARNING: [/Root]  TraceId []  SessionId [328d0906-a84b11f0-80b6cd6a-593eea24|48dcd0d1-c85c235-254b1e6e-a867abd5_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.267079Z :WARNING: [/Root]  TraceId []  SessionId [32bfffbe-a84b11f0-84e55eae-738e6ebb|b707b4bb-da61e942-7c158ae4-63befe5b_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.267144Z :WARNING: [/Root]  TraceId []  SessionId [32d13446-a84b11f0-90bff998-67203a91|60d7b778-9aac7e6f-1d7f0217-e38434f2_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.267182Z :WARNING: [/Root]  TraceId []  SessionId [32f88e4c-a84b11f0-84bb1587-37e42c0|c3286a1a-1bc188ff-8a596b07-c4a5c1f9_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.267243Z :WARNING: [/Root]  TraceId []  SessionId [331529da-a84b11f0-9887c9bb-757d66fa|bad59814-572b22c1-6a3bc863-697c14af_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.267329Z :WARNING: [/Root]  TraceId []  SessionId [3329f55e-a84b11f0-a539c5aa-1905f392|cc7884b1-5f5d1a3-db1bc7c-83bc3425_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.271778Z :WARNING: [/Root]  TraceId []  SessionId [328d61d0-a84b11f0-8251194e-6b9f047a|4ee4eaab-a3e4b64-150098b6-d7882c4f_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.271905Z :WARNING: [/Root]  TraceId []  SessionId [32b25e86-a84b11f0-b3bc93fd-dd150ed|7738ac80-f72e9308-d394a749-b4965f9b_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.276712Z :WARNING: [/Root]  TraceId []  SessionId [32d8fc9e-a84b11f0-94ac842e-7a2b08d|7f53ce5b-89444f60-5a038800-41476d10_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.276955Z :WARNING: [/Root]  TraceId []  SessionId [32ea7f96-a84b11f0-aa352265-8fc5d2a8|fd1997e4-6e877d8b-37c4bd3b-4e918bcd_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.280580Z :WARNING: [/Root]  TraceId []  SessionId [328eea6e-a84b11f0-b90bdf31-5bb1f55e|5e1a1204-c4477611-6bdf2839-a6750490_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.280720Z :WARNING: [/Root]  TraceId []  SessionId [32aa853a-a84b11f0-9b96c3c7-b1febc83|8c91ec9f-ee190277-a5357f2b-1622e68_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.280872Z :WARNING: [/Root]  TraceId []  SessionId [32d41792-a84b11f0-971c3b33-9724c586|8d3fadb0-d26d12d1-cc597d19-72fa6c74_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.280955Z :WARNING: [/Root]  TraceId []  SessionId [328f65de-a84b11f0-9815eb82-5b894a05|c192f0b1-85e74785-d45adb8f-532d1db_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.281033Z :WARNING: [/Root]  TraceId []  SessionId [32dccd60-a84b11f0-a2d44107-896f38ab|7c331c62-7f3edd-b06f28df-cd783981_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.281078Z :WARNING: [/Root]  TraceId []  SessionId [32a7eb04-a84b11f0-87d97c28-577d44f1|4302c5ad-791fd810-1bc86074-93ab6d5e_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.281158Z :WARNING: [/Root]  TraceId []  SessionId [32b351ba-a84b11f0-a021bafa-4bebbe7f|9910aa4a-47a32664-57827449-8920c563_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.281222Z :WARNING: [/Root]  TraceId []  SessionId [32d01944-a84b11f0-af35d25c-694d4620|3a198c94-ca3db421-fcd91baf-de1fae19_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.286827Z :WARNING: [/Root]  TraceId []  SessionId [32909fe4-a84b11f0-aaf0a576-15cae7bd|31e712e0-3091d645-725de9a4-9edb286_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.286994Z :WARNING: [/Root]  TraceId []  SessionId [32ad038c-a84b11f0-9e65a1dd-cb86ab1f|e4b53a5-a9e796fe-4df11af1-1505e6da_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.287083Z :WARNING: [/Root]  TraceId []  SessionId [32d2b3ca-a84b11f0-b6d099b4-35093529|ee46ec42-c8076399-ef308d3c-4ac3d9ae_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.287168Z :WARNING: [/Root]  TraceId []  SessionId [3310e47e-a84b11f0-b9843e16-11873dd0|7a4dca4b-9b6ffac4-215edbc7-5a441642_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.288893Z :WARNING: [/Root]  TraceId []  SessionId [32912522-a84b11f0-98b57e1b-ad22d12c|ad85f96f-4d3eea70-2a56b9ba-d798fb69_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.289044Z :WARNING: [/Root]  TraceId []  SessionId [32c34e1c-a84b11f0-bc4984ad-a9a5e36a|cf0cbc4b-3cb2e6d3-5fa9cac5-ad44cc07_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.292680Z :WARNING: [/Root]  TraceId []  SessionId [32933bd2-a84b11f0-9f40d9a4-692b7985|860f6c63-7239955c-24fc582c-b410e213_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.292800Z :WARNING: [/Root]  TraceId []  SessionId [32bf9a60-a84b11f0-8a7fc60c-3f5af0b9|628c8c6a-ed252e9b-f99bb5e5-a2484ffb_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.292874Z :WARNING: [/Root]  TraceId []  SessionId [32cc2fc8-a84b11f0-89c4cd21-5f0e1aef|a053ee8-2e88c990-41aee8dd-208db1d1_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.293133Z :WARNING: [/Root]  TraceId []  SessionId [3291ce32-a84b11f0-b6a095d8-3d884051|df8ddeab-58f0737d-bc6e4163-6ba13484_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.293287Z :WARNING: [/Root]  TraceId []  SessionId [32b5a1c2-a84b11f0-93b137f0-4fbe8e44|97b6ba7-6fb8d3b2-1af5984-24be3901_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.296811Z :WARNING: [/Root]  TraceId []  SessionId [32fe9f3a-a84b11f0-8c506f96-6fdea073|ef8b24b8-33823a07-dd2f7f23-b315527c_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.297561Z :WARNING: [/Root]  TraceId []  SessionId [32922260-a84b11f0-974030ef-15487830|7b28b3fc-c6e0b8f7-7bcaa7d7-c84c0ea6_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.308049Z :WARNING: [/Root]  TraceId []  SessionId [32da02d8-a84b11f0-9dba588a-dbe906c0|41783eb5-d8625ddb-f9a28ab4-f387ae58_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.308645Z :WARNING: [/Root]  TraceId []  SessionId [33050f8c-a84b11f0-b1f5fe09-c7b7f8fb|6fd7598b-f3d1b30a-e5d2ec33-1ed97d6a_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.309099Z :WARNING: [/Root]  TraceId []  SessionId [33194c22-a84b11f0-b4e12468-ed907463|b82fb041-bed138c9-ad9e3c0c-e817a5b3_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.303358Z :WARNING: [/Root]  TraceId []  SessionId [32c8fa38-a84b11f0-af9ee147-f33b6644|2aec7842-6835dc12-107c4f7a-c985c110_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.303661Z :WARNING: [/Root]  TraceId []  SessionId [3302797a-a84b11f0-b9b07882-8953481c|e21ebbf6-59015200-38207cb3-3cdd4f4b_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.303708Z :WARNING: [/Root]  TraceId []  SessionId [32d1f0b6-a84b11f0-9d150b35-eb743c16|3d662ca1-5c122d8b-fce487b1-7d5994e9_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.321426Z :WARNING: [/Root]  TraceId []  SessionId [32e507be-a84b11f0-81ada971-73866f9b|3907225d-cd8757f7-12fc75c5-76c9d372_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.327923Z :WARNING: [/Root]  TraceId []  SessionId [32957e92-a84b11f0-a4f4c1b9-76f7010|ac1f6f18-448b7f1b-fa3b72fb-4ce38532_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.338034Z :WARNING: [/Root]  TraceId []  SessionId [32ca0fc2-a84b11f0-b51c1527-27dc8168|1c48cc20-d20b0800-bc59b291-ef4e85f8_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.345772Z :WARNING: [/Root]  TraceId []  SessionId [32d1ba56-a84b11f0-a20ad370-53df308b|cd1fd602-2f4d605d-7d3fd537-bb68cafb_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.346168Z :WARNING: [/Root]  TraceId []  SessionId [32e810f8-a84b11f0-8d9c8487-7951d38d|4b4427b5-1ed232f7-567e938f-1cea3095_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-13T15:44:20.842945Z :NOTICE: [/Root] [/Root] [752f7f29-dd8937a5-4dd45bb2-1e2c950e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:20.843533Z :NOTICE: [/Root] [/Root] [752f7f29-dd8937a5-4dd45bb2-1e2c950e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-13T15:44:21.121130Z :NOTICE: [/Root] [/Root] [8ecc6d1f-2cd837dc-c00fcfa9-6f665a86] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-13T15:44:21.121263Z :NOTICE: [/Root] [/Root] [8ecc6d1f-2cd837dc-c00fcfa9-6f665a86] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
No authentication methods were found. Going without authentication

DEBUG    ya.test:process.py:456 No sanitizer errors found
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 490e144f-39ae-4a56-92c3-a42e9f9e4e1a, localhost:5528): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 490e144f-39ae-4a56-92c3-a42e9f9e4e1a, localhost:5528): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, 490e144f-39ae-4a56-92c3-a42e9f9e4e1a, localhost:5528): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-13T15:45:55.508141004+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:5528". Error details:
 Cancelled on the server side
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5528
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5528". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:5528/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24631
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5983
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28354
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5528
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62342
============================== slowest durations ===============================
220.47s call     test_workload_topic.py::TestYdbTopicWorkload::test
167.54s teardown test_workload_topic.py::TestYdbTopicWorkload::test
9.61s setup    test_workload_topic.py::TestYdbTopicWorkload::test
=========================== short test summary info ============================
ERROR test_workload_topic.py::TestYdbTopicWorkload::test - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = 100.
Stdout file name: 
/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/5sl2/00198b/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, 1 sessions to shutdown
GRpc shutdown warning: left infly: 1, spent: 5.107396 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 8.440271 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 11.816877 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 15.178898 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 18.499205 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 21.799907 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 25.06133 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 28.290805 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.008856 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1506385==ERROR: LeakSanitizer: detected memory leaks

Too many leaks! Only the first 5000 leaks encountered will be reported.
Indirect leak of 37664 byte(s) in 214 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000346d1712 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000346d1712 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000346d1712 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000346d1712 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000346d1712 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x0000346d1712 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x0000346d1712 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x0000346d1712 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x0000346d1712 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x0000346e038e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003a4c6a47 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003a4b83c4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#18 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#19 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#20 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#21 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#22 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 18832 byte(s) in 214 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000346d162c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x0000346d162c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x0000346e038e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003a4c6a47 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003a4b83c4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#11 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#12 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#13 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#14 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#15 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 11224 byte(s) in 214 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001bdb4ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001bdb4ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001bdb4ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001bdb4ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001bdb4ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001bdb4ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001bdb4ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001bdb4ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001bdb4ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001bdb4ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x0000346d4f8c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x0000346d4f8c in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#13 0x0000346d4f8c in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#14 0x00003a4c493f in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#15 0x00003a4b8031 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#21 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#22 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#23 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#24 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#25 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001bdb4a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001bdb4a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001bdb4a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x0000346d4f8c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x0000346d4f8c in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#6 0x0000346d4f8c in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#7 0x00003a4c493f in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#8 0x00003a4b8031 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#14 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#15 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#16 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#17 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#18 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000346d4f7a in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x0000346d4f7a in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#3 0x00003a4c493f in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#4 0x00003a4b8031 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#10 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#11 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#12 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#13 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#14 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 376 byte(s) in 10 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000033e53ba4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000033e53ba4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000033e53ba4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000033e53ba4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000033e53ba4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000033e53ba4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000033e53ba4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000033e53ba4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000033e53ba4 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000033e53ba4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000033e53ba4 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
#12 0x000033e52972 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x000033e52972 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000033e58e90 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x000033eb50d8 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
#16 0x0000346dfcc6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003a4c1c3b in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
#18 0x00003a4b7aa2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#24 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#25 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#26 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#27 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#28 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 352 byte(s) in 11 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000033e53b02 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000033e53b02 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000033e53b02 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000033e53b02 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
#5 0x000033e52972 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x000033e52972 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000033e58e90 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x000033eb50d8 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
#9 0x0000346dfcc6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003a4c1c3b in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
#11 0x00003a4b7aa2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003a4a7d19 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x00004125ee09 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x00004125de60 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x00004125de60 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x000021da8b87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#17 0x000021e5fe01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#18 0x000021e699f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#19 0x000021e68fad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#20 0x000021e6b01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#21 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 192 byte(s) in 3 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034734290 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034734290 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034734290 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034734290 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
#5 0x000034734290 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
#6 0x000034734290 in std::__y1::__tree_iterator<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::__tree_node<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, void*>*, long> std::__y1::__tree<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::__map_value_compare<grpc::string_ref, std::__y1::__value_type<grpc::string_ref, grpc::string_ref>, std::__y1::less<grpc::string_ref>, true>, std::__y1::allocator<std::__y1::__value_type<grpc::string_ref, grpc::string_ref>>>::__emplace_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref>>(std::__y1::pair<grpc::string_ref, grpc::string_ref>&&) /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1861:23
#7 0x0000442fae0b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
#8 0x0000442fae0b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
#9 0x0000442fae0b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
#10 0x0000442fae0b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
#11 0x0000442fae0b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
#12 0x0000442fae0b in NYdbGrpc::TBaseAsyncContext<NKikimr::NGRpcService::TGRpcDiscoveryService>::GetPeerMetaValues(TBasicStringBuf<char, std::__y1::char_traits<char>>) const /-S/ydb/library/grpc/server/grpc_async_ctx_base.h:62:46
#13 0x000044336b1d in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::GetPeerMetaValues(TBasicStringBuf<char, std::__y1::char_traits<char>>) const /-S/ydb/library/grpc/server/grpc_request.h:182:45
#14 0x000044338ec0 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:438:34
#15 0x00003a4affec in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#16 0x00003a4affec in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#17 0x00003a4affec in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
#18 0x00003a4affec in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
#19 0x00003a4affec in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#20 0x00003a4affec in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
#21 0x000021a2a24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#22 0x000021a2a24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#23 0x000021a2a24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#24 0x000021a2a7ac in Execute /-S/util/thread/factory.h:15:13
#25 0x000021a2a7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#26 0x00001f6276a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#27 0x00001f2c4fb6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 192 byte(s) in 1 object(s) allocated from:
#0 0x00001f30149d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00002751a598 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00002751a598 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00002751a598 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00002751a598 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00002751a598 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x00002751a598 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x00002751a598 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x00002751a598 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x00002751a23f in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
#10 0x000027519098 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003a56c56a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003a56c56a in __invoke<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
#13 0x00003a56c56a in __call<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
#14 0x00003a56c56a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003a56c56a in std::__y1::__function::__func<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0, std::__y1::allocator<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
#16 0x00001f398d2f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003a55a90f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003a55a90f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
==================== 1 passed, 1 error in 400.23s (0:06:40) ====================
