============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ordn/000bc1/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/ordn/000bc1/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/ordn/000bc1/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, not started yet
E   GRpc shutdown warning: left infly: 1, spent: 4.898596 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 8.164593 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.402082 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 14.585684 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 17.738265 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 20.992468 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 24.231251 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 27.461937 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.001276 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==3009517==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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003486eb82 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003486eb82 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003486eb82 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00003486eb82 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 0x00003486eb82 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x00003486eb82 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x00003486eb82 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x00003486eb82 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x00003486eb82 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x00003487d7fe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003a64d0d7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003a63ea54 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #18 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #19 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #20 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #21 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #22 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003486ea9c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x00003486ea9c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x00003487d7fe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003a64d0d7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003a63ea54 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #11 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #12 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #13 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #14 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #15 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001be21ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001be21ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001be21ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001be21ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001be21ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001be21ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001be21ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001be21ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001be21ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001be21ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x0000348723fc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x0000348723fc 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 0x0000348723fc 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 0x00003a64afcf 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 0x00003a63e6c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #21 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #22 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #23 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #24 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #25 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001be21a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001be21a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001be21a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x0000348723fc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x0000348723fc 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 0x0000348723fc 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 0x00003a64afcf 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 0x00003a63e6c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #14 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #15 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #16 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #17 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #18 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000348723ea 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 0x0000348723ea 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 0x00003a64afcf 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 0x00003a63e6c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #10 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #11 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #12 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #13 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #14 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000033ff1014 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000033ff1014 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000033ff1014 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000033ff1014 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000033ff1014 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000033ff1014 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000033ff1014 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000033ff1014 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000033ff1014 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000033ff1014 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000033ff1014 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 0x000033fefde2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x000033fefde2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000033ff6300 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x000034052548 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 0x00003487d136 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003a6482cb 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 0x00003a63e132 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #24 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #25 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #26 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #27 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #28 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000033ff0f72 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000033ff0f72 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000033ff0f72 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000033ff0f72 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 0x000033fefde2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x000033fefde2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000033ff6300 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x000034052548 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 0x00003487d136 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003a6482cb 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 0x00003a63e132 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #17 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #18 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #19 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #20 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #21 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000348d1700 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000348d1700 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000348d1700 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000348d1700 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E   #5 0x0000348d1700 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
E   #6 0x0000348d1700 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 0x000043be823b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
E   #8 0x000043be823b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
E   #9 0x000043be823b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
E   #10 0x000043be823b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
E   #11 0x000043be823b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
E   #12 0x000043be823b 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 0x000043c23f4d 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 0x000043c262f0 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 0x00003a63667c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00003a63667c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00003a63667c 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 0x00003a63667c 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 0x00003a63667c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00003a63667c 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 0x000021a9824e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x000021a9824e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x000021a9824e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x000021a987ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x000021a987ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027588e98 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027588e98 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027588e98 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027588e98 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027588e98 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027588e98 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027588e98 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027588e98 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027588b3f 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 0x000027587998 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003a6f2bfa in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003a6f2bfa 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 0x00003a6f2bfa 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 0x00003a6f2bfa in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003a6f2bfa 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 0x00001f40644f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003a6e0f9f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003a6e0f9f 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/ordn/000bc1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4793
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/ordn/000bc1/r3tmp/kikimr_cluster__ol8028a
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7040
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6443
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21329
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1765
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ordn/000bc1/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/ordn/000bc1/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/ordn/000bc1/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_rhw9iawr.log --grpc-port=7040 --mon-port=6443 --ic-port=4793
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:7040/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ordn/000bc1/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/ordn/000bc1/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/ordn/000bc1/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_rhw9iawr.log --grpc-port=7040 --mon-port=6443 --ic-port=4793
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ordn/000bc1/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ordn/000bc1/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/ordn/000bc1/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_rhw9iawr.log', '--grpc-port=7040', '--mon-port=6443', '--ic-port=4793')' in '/home/runner/.ya/build/build_root/ordn/000bc1/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: 3009517
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7040/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/ordn/000bc1/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3009518
DEBUG    ya.test:process.py:259 Command (pid 3009518) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3009518) elapsed time (sec): 2.088444232940674
DEBUG    ya.test:process.py:263 Command (pid 3009518) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) maxrss: 473092
DEBUG    ya.test:process.py:263 Command (pid 3009518) minflt: 45082
DEBUG    ya.test:process.py:263 Command (pid 3009518) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) nivcsw: 255
DEBUG    ya.test:process.py:263 Command (pid 3009518) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3009518) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3009518) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3009518) stime: 0.272158
DEBUG    ya.test:process.py:263 Command (pid 3009518) utime: 0.518484
DEBUG    ya.test:process.py:263 Command (pid 3009518) wtime: 2.095
DEBUG    ya.test:process.py:275 Command (pid 3009518) output:
Git info:
    Commit: 3be1a7e4123cb0fcccd5b72a27afa52ece7be96b
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge df4d4a4d819981fcf74295a9ef57c2a1d1c5b881 into 99c3f73855f332f6231bedec2a374c16bc40e4d1

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w2mzg6gufa
    Host information: 
        Linux ghrun-w2mzg6gufa 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 3009518) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 3be1a7e4123cb0fcccd5b72a27afa52ece7be96b
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge df4d4a4d819981fcf74295a9ef57c2a1d1c5b881 into 99c3f73855f332f6231bedec2a374c16bc40e4d1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ordn/000bc1/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:7040', '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: 4793\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/ordn/000bc1/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:7040', '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: 4793\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3011087
DEBUG    ya.test:process.py:259 Command (pid 3011087) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3011087) elapsed time (sec): 1.1647100448608398
DEBUG    ya.test:process.py:263 Command (pid 3011087) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) maxrss: 568384
DEBUG    ya.test:process.py:263 Command (pid 3011087) minflt: 51354
DEBUG    ya.test:process.py:263 Command (pid 3011087) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) nivcsw: 225
DEBUG    ya.test:process.py:263 Command (pid 3011087) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3011087) nvcsw: 842
DEBUG    ya.test:process.py:263 Command (pid 3011087) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3011087) stime: 0.289336
DEBUG    ya.test:process.py:263 Command (pid 3011087) utime: 0.585506
DEBUG    ya.test:process.py:263 Command (pid 3011087) wtime: 1.174
DEBUG    ya.test:process.py:275 Command (pid 3011087) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ordn/000bc1/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:7040', '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/ordn/000bc1/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:7040', '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: 3011381
DEBUG    ya.test:process.py:259 Command (pid 3011381) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3011381) elapsed time (sec): 1.15897536277771
DEBUG    ya.test:process.py:263 Command (pid 3011381) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) maxrss: 568996
DEBUG    ya.test:process.py:263 Command (pid 3011381) minflt: 51520
DEBUG    ya.test:process.py:263 Command (pid 3011381) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) nivcsw: 258
DEBUG    ya.test:process.py:263 Command (pid 3011381) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3011381) nvcsw: 762
DEBUG    ya.test:process.py:263 Command (pid 3011381) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3011381) stime: 0.288522
DEBUG    ya.test:process.py:263 Command (pid 3011381) utime: 0.585846
DEBUG    ya.test:process.py:263 Command (pid 3011381) wtime: 1.189
DEBUG    ya.test:process.py:275 Command (pid 3011381) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 3011381) 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, 5c89fc22-45b7-4a9c-a02c-3dc9d6f6c39a, localhost:7040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5c89fc22-45b7-4a9c-a02c-3dc9d6f6c39a, localhost:7040): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5c89fc22-45b7-4a9c-a02c-3dc9d6f6c39a, localhost:7040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w2mzg6gufa.auto.internal" port: 7040 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-w2mzg6gufa.auto.internal:7040, 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:7040
------------------------------ 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/ordn/000bc1/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/ordn/000bc1/ydb/tests/stress/topic_kafka/workload_topic_kafka', '--endpoint', 'grpc://localhost:7040', '--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: 3012056
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, 2f3f4365-63af-4928-8c03-50579a61116a, localhost:7040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2f3f4365-63af-4928-8c03-50579a61116a, localhost:7040): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2f3f4365-63af-4928-8c03-50579a61116a, localhost:7040): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w2mzg6gufa.auto.internal" port: 7040 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-w2mzg6gufa.auto.internal:7040, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7040
DEBUG    ya.test:process.py:259 Command (pid 3012056) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3012056) elapsed time (sec): 216.493501663208
DEBUG    ya.test:process.py:263 Command (pid 3012056) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3012056) inblock: 336400
DEBUG    ya.test:process.py:263 Command (pid 3012056) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3012056) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3012056) majflt: 30
DEBUG    ya.test:process.py:263 Command (pid 3012056) maxrss: 1606364
DEBUG    ya.test:process.py:263 Command (pid 3012056) minflt: 3047130
DEBUG    ya.test:process.py:263 Command (pid 3012056) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3012056) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3012056) nivcsw: 30322
DEBUG    ya.test:process.py:263 Command (pid 3012056) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3012056) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3012056) nvcsw: 4387469
DEBUG    ya.test:process.py:263 Command (pid 3012056) oublock: 472136
DEBUG    ya.test:process.py:263 Command (pid 3012056) stime: 52.634886
DEBUG    ya.test:process.py:263 Command (pid 3012056) utime: 269.953084
DEBUG    ya.test:process.py:263 Command (pid 3012056) wtime: 216.504
DEBUG    ya.test:process.py:275 Command (pid 3012056) 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	
2	0	0	0		0	
3	0		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	0	0	0		0	
6	0		0		0	0	0	
5	0	0	0		0	
5	0	0	0		0	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
7	0		0		0	0	0	
6	0	0	0		0	
6	0	0	0		0	
1	0	0	0		0	
8	0		0		275	0	379	
7	120	0	279		5	
7	236	0	317		63	
2	0	0	0		0	
9	128		879		1266	1	1106	
8	372	1	755		15	
8	893	0	1047		208	
3	1	8	1247		0	
10	615		1103		2851	4	1608	
9	733	2	835		16	
9	1334	0	1695		339	
4	0	0	0		0	
11	991		1327		2269	11	2529	
10	604	2	1199		23	
10	1024	0	2831		567	
5	0	0	0		0	
12	1287		1631		2129	11	3458	
11	469	1	1423		28	
11	783	0	3615		723	
6	0	0	0		0	
13	1543		1799		3410	5	4357	
12	839	3	1495		29	
12	899	0	4447		887	
7	0	0	0		0	
14	2031		1743		5330	9	5079	
13	1033	4	1407		28	
13	1326	0	5311		1063	
8	0	0	0		0	
15	2527		1479		4222	7	5807	
14	977	3	1215		24	
14	1228	0	6335		1271	
9	0	0	0		0	
16	0		0		0	0	0	
15	828	3	1175		23	
15	1152	0	7103		1423	
10	0	0	0		0	
17	0		0		0	0	0	
16	531	2	1167		23	
16	703	0	7775		1551	
11	0	0	0		0	
18	3919		2079		474	0	10405	
17	192	0	2079		41	
17	390	0	9087		1815	
12	0	0	0		0	
19	4159		2911		8373	12	10193	
18	195	0	2527		50	
18	251	0	9599		1919	
13	0	0	0		0	
19	561	2	3087		61	
20	3919		3711		9607	31	10954	
19	644	0	10687		2143	
14	0	0	0		0	
21	0		0		0	0	0	
20	269	1	3887		77	
20	278	0	11967		2383	
15	0	0	0		0	
22	4575		4063		4589	7	13284	
21	122	0	4671		93	
21	130	0	12863		2575	
16	0	0	0		0	
23	4639		6271		5117	8	13685	
22	380	1	4863		96	
22	410	0	13503		2703	
17	0	0	0		0	
24	4607		6207		5026	9	14547	
23	403	1	5343		106	
23	385	0	14335		2879	
18	0	0	0		0	
25	5087		7359		4505	8	15614	
24	144	0	6175		122	
24	137	0	15551		3119	
19	0	0	0		0	
26	5183		6175		2917	5	9003	
25	689	2	6623		132	
25	684	0	16319		3263	
20	0	0	0		0	
27	5375		4799		3269	6	9382	
26	411	1	6623		132	
26	411	0	17151		3407	
21	0	0	0		0	
28	6015		2847		1980	3	17946	
27	655	2	7103		141	
27	665	0	18047		3615	
22	0	0	0		0	
29	5183		2559		2216	4	9793	
28	1031	4	7199		143	
28	1022	0	19327		3871	
23	0	0	0		0	
30	6847		1903		4710	9	10019	
29	853	3	7007		139	
29	884	0	20095		4015	
24	0	0	0		0	
31	7167		1767		1177	2	20621	
30	1183	4	6751		134	
30	1192	0	21119		4223	
25	0	0	0		0	
32	0		0		0	0	0	
31	892	3	6303		125	
31	935	0	21759		4351	
26	0	0	0		0	
33	7135		1607		2	8	25338	
32	439	1	6719		133	
32	438	0	22655		4543	
27	0	0	0		0	
34	8255		2063		4770	7	24846	
33	393	1	7423		148	
33	392	0	23935		4799	
28	0	0	0		0	
34	157	0	7231		143	
35	8255		3375		9352	14	26186	
34	131	0	24191		4863	
29	0	0	0		0	
36	8255		4255		5022	7	26857	
35	395	1	8447		167	
35	440	0	25727		5151	
30	0	0	0		0	
37	7679		5471		4085	7	27959	
36	200	0	8959		178	
36	198	0	26367		5279	
31	0	0	0		0	
37	356	1	9727		193	
38	8575		6559		9586	14	28968	
37	385	0	27519		5503	
32	0	0	0		0	
39	7135		7071		3744	15	28919	
38	118	0	10687		213	
38	82	0	28799		5759	
33	0	0	0		0	
39	258	1	11135		221	
39	247	0	29311		5855	
40	9023		8383		7645	15	29589	
34	0	0	0		0	
41	9215		9343		4374	7	32207	
40	331	1	11775		234	
40	330	0	30719		6143	
35	0	0	0		0	
42	9471		10751		517	1	32741	
41	411	1	12543		250	
41	408	0	31743		6335	
36	0	0	0		0	
42	396	1	12543		250	
43	8575		10815		6752	13	32086	
42	408	0	32255		6463	
37	0	0	0		0	
43	473	1	13503		269	
43	443	0	33791		6719	
44	9087		11967		8763	17	32966	
38	0	0	0		0	
44	369	1	13759		275	
45	9727		12991		4816	9	27849	
44	402	0	34559		6911	
39	0	0	0		0	
46	10047		13311		2078	4	19548	
45	509	1	14079		281	
45	506	0	35327		7039	
40	0	0	0		0	
47	0		0		0	0	0	
46	785	3	14527		291	
46	824	0	36351		7231	
41	0	0	0		0	
48	0		0		0	0	0	
47	927	3	14079		281	
47	943	0	37119		7391	
42	0	0	0		0	
49	0		0		0	0	0	
48	248	0	15167		303	
48	223	0	37887		7583	
43	0	0	0		0	
50	10047		3151		6404	7	40722	
49	262	1	14911		297	
49	260	0	39167		7807	
44	0	0	0		0	
51	10047		3695		13171	23	41394	
50	170	0	17023		339	
50	169	0	40191		8031	
45	0	0	0		0	
52	10047		4319		3206	9	43371	
51	376	1	17023		339	
51	371	0	41215		8255	
46	0	0	0		0	
52	374	1	17023		339	
53	10047		5311		10902	16	42589	
52	380	0	41471		8319	
47	0	0	0		0	
53	133	0	17407		347	
53	134	0	43007		8639	
54	10047		6783		13823	22	43242	
48	0	0	0		0	
54	710	2	18431		367	
55	10047		7999		13050	17	45467	
54	708	0	44031		8767	
49	0	0	0		0	
56	10047		8703		1293	2	44982	
55	121	0	19967		399	
55	139	0	45311		9087	
50	0	0	0		0	
56	352	1	19455		387	
57	10047		9023		7184	14	45824	
56	353	0	45567		9151	
51	0	0	0		0	
57	272	1	20479		409	
58	10047		10687		7933	15	46732	
57	263	0	46847		9407	
52	0	0	0		0	
59	10047		7167		3405	6	47786	
58	266	1	20351		405	
58	280	0	47359		9471	
53	0	0	0		0	
60	10047		7903		4276	8	48108	
59	515	2	21247		425	
59	518	0	48639		9727	
54	0	0	0		0	
61	0		0		510	1	25528	
60	104	0	22911		459	
60	114	0	50175		10047	
55	0	0	0		0	
62	10047		7807		604	1	50035	
61	355	1	22911		457	
61	478	0	50687		10047	
56	0	0	0		0	
63	0		0		0	0	0	
62	895	3	22655		451	
62	821	0	51199		10047	
57	0	0	0		0	
64	0		0		0	0	0	
63	252	0	22783		453	
63	249	0	52223		10047	
58	0	0	0		0	
65	0		0		0	0	0	
64	125	0	23935		479	
64	128	0	52991		10047	
59	0	0	0		0	
65	189	0	24703		491	
65	196	0	54271		10047	
66	10047		3151		13248	8	56259	
60	0	0	0		0	
67	10047		4863		3955	7	55785	
66	134	0	26239		527	
66	160	0	55807		10047	
61	0	0	0		0	
67	489	1	26111		523	
67	465	0	56319		10047	
68	10047		5279		8797	8	57300	
62	0	0	0		0	
68	450	1	26879		535	
68	514	0	57599		10047	
69	10047		6719		29235	40	58513	
63	0	0	0		0	
69	508	1	26623		531	
70	10047		6879		6366	12	57957	
69	527	0	58111		10047	
64	0	0	0		0	
71	10047		8447		1307	11	58503	
70	375	1	26623		535	
70	335	0	58623		10047	
65	0	0	0		0	
72	10047		4287		10605	16	60304	
71	616	2	27391		547	
71	624	0	59903		10047	
66	0	0	0		0	
73	10047		2943		1932	3	60372	
72	352	1	27519		551	
72	391	0	60671		10047	
67	0	0	0		0	
74	10047		3711		1863	3	61193	
73	528	2	28159		563	
73	511	0	61951		10047	
68	0	0	0		0	
74	505	1	28543		571	
75	10047		4415		13780	19	63880	
74	538	0	62719		10047	
69	0	0	0		0	
76	10047		3551		1512	3	39794	
75	153	0	29055		579	
75	217	0	63999		10047	
70	0	0	0		0	
77	10047		14399		2345	4	64988	
76	345	1	30207		603	
76	296	0	64767		10047	
71	0	0	0		0	
77	514	2	30207		603	
78	0		0		0	0	0	
77	522	0	65535		10047	
72	0	0	0		0	
78	605	2	30591		611	
78	677	0	66559		10047	
79	0		0		0	0	0	
73	0	0	0		0	
80	10047		2399		0	0	0	
79	385	1	31231		623	
79	371	0	67583		10047	
74	0	0	0		0	
81	10047		2671		0	0	0	
80	140	0	31231		623	
80	139	0	68095		10047	
75	0	0	0		0	
81	266	1	32639		651	
82	10047		4255		8193	24	71996	
81	350	0	70143		10047	
76	0	0	0		0	
83	0		0		0	0	0	
82	248	0	32767		655	
82	181	0	70655		10047	
77	0	0	0		0	
84	0		0		0	0	0	
83	152	0	34047		683	
83	155	0	71679		10047	
78	0	0	0		0	
84	114	0	34303		683	
84	124	0	72191		10047	
85	10047		6111		13499	9	75284	
79	0	0	0		0	
85	129	0	37631		751	
85	109	0	73727		10047	
86	10047		7967		18892	21	75482	
80	0	0	0		0	
87	10047		8511		0	0	0	
86	156	0	36351		727	
86	278	0	74751		10047	
81	0	0	0		0	
87	689	2	36607		731	
87	622	0	75263		10047	
88	10047		9407		35881	32	76746	
82	0	0	0		0	
88	525	2	37375		743	
88	541	0	76799		10047	
89	10047		10943		13372	25	76509	
83	0	0	0		0	
90	10047		11839		5565	10	77000	
89	513	2	37631		751	
89	524	0	77311		10047	
84	0	0	0		0	
91	10047		12095		8690	17	77691	
90	766	2	37631		751	
90	809	0	78335		10047	
85	0	0	0		0	
92	10047		8319		3151	6	78491	
91	853	3	37375		747	
91	842	0	79359		10047	
86	0	0	0		0	
93	10047		14399		1254	2	79943	
92	802	3	37375		747	
92	832	0	80383		10047	
87	0	0	0		0	
94	10047		1583		0	0	0	
93	347	1	37887		755	
93	330	0	80895		10047	
88	0	0	0		0	
95	10047		1447		0	0	0	
94	781	3	38143		763	
94	823	0	81919		10047	
89	0	0	0		0	
96	10047		1719		0	0	0	
95	209	0	41471		827	
95	219	0	83455		10047	
90	0	0	0		0	
96	490	1	39167		779	
97	10047		3903		20518	24	86124	
96	531	0	83967		10047	
91	0	0	0		0	
97	358	1	39679		791	
97	346	0	84991		10047	
98	10047		2927		10477	8	87622	
92	0	0	0		0	
98	135	0	42751		851	
98	114	0	86015		10047	
99	10047		4703		8106	15	88727	
93	0	0	0		0	
99	133	0	40959		819	
100	10047		6719		10929	8	89059	
99	179	0	86527		10047	
94	0	0	0		0	
100	233	0	41727		831	
101	10047		6687		9834	7	90343	
100	234	0	87551		10047	
95	0	0	0		0	
101	129	0	45311		903	
102	10047		8511		9275	2	91920	
101	143	0	89087		10047	
96	0	0	0		0	
102	410	1	43007		859	
102	396	0	89599		10047	
103	10047		10111		20829	29	90683	
97	0	0	0		0	
104	0		0		2835	5	91401	
103	318	1	43775		871	
103	406	0	90623		10047	
98	0	0	0		0	
104	162	0	47615		947	
105	10047		10687		6679	12	91290	
104	168	0	92159		10047	
99	0	0	0		0	
106	10047		11071		4726	9	92368	
105	328	1	44799		891	
105	336	0	92159		10047	
100	0	0	0		0	
107	10047		12671		6605	12	93778	
106	597	2	45567		907	
106	637	0	93695		10047	
101	0	0	0		0	
108	10047		12991		1067	2	94254	
107	895	3	45311		903	
107	858	0	94207		10047	
102	0	0	0		0	
109	0		0		0	0	0	
108	497	1	45567		911	
108	502	0	95231		10047	
103	0	0	0		0	
110	0		0		1425	0	100000	
109	0	0	0		0	
109	0	0	0		0	
104	0	0	0		0	
111	10047		2287		0	0	0	
110	501	1	46847		939	
110	520	0	97279		10047	
105	1	8	3135		0	
111	436	1	47615		947	
112	10047		4447		20465	11	100000	
111	444	0	98303		10047	
106	0	0	0		0	
113	10047		4543		4817	14	99632	
112	435	1	48127		963	
112	461	0	98815		10047	
107	0	0	0		0	
113	154	0	47871		955	
114	10047		5727		11196	7	100000	
113	138	0	99839		10047	
108	0	0	0		0	
115	0		0		0	0	0	
114	0	0	0		0	
114	50	0	100351		10047	
109	0	0	0		0	
115	436	1	50431		1007	
116	10047		5599		10052	20	100000	
115	433	0	100351		10047	
110	0	0	0		0	
116	59	0	51455		1031	
116	95	0	100351		10047	
117	10047		8959		21870	18	100000	
111	0	0	0		0	
117	365	1	50943		1019	
118	10047		9919		6410	12	100000	
117	325	0	100351		10047	
112	0	0	0		0	
119	10047		8319		5696	0	100000	
118	30	0	56831		1135	
118	31	0	100351		10047	
113	0	0	0		0	
120	10047		11583		1253	2	100000	
119	345	1	52735		1055	
119	373	0	100351		10047	
114	0	0	0		0	
120	122	0	57855		1159	
120	114	0	100351		10047	
115	0	0	0		0	
116	0	0	0		0	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	394	1	19839		397	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	429	0	41727		8319	
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		6591		5524	8	56376	
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	1247		0	

DEBUG    ya.test:process.py:276 Command (pid 3012056) 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-15T15:47:53.030272Z :WARNING: No initial sequence number for ProducerId 4eb81fa0-a9de11f0-b89a787a-69985cbd PartitionId 2
2025-10-15T15:47:53.322215Z :WARNING: No initial sequence number for ProducerId 4ec4bbd4-a9de11f0-8d120d6b-afc5edad PartitionId 2
2025-10-15T15:47:53.380957Z :WARNING: No initial sequence number for ProducerId 4ebf7494-a9de11f0-a93608b0-8b48dd1f PartitionId 2
2025-10-15T15:47:53.385275Z :WARNING: No initial sequence number for ProducerId 4ecb07fa-a9de11f0-81e89e1a-8138ab8f PartitionId 2
2025-10-15T15:47:53.390342Z :WARNING: No initial sequence number for ProducerId 4ec18180-a9de11f0-af3584d1-1f952edf PartitionId 2
2025-10-15T15:47:53.447867Z :WARNING: No initial sequence number for ProducerId 4ebf865a-a9de11f0-9d81c723-877886e3 PartitionId 3
2025-10-15T15:47:53.461170Z :WARNING: No initial sequence number for ProducerId 4eba23ea-a9de11f0-a093074f-9d70f693 PartitionId 3
2025-10-15T15:47:53.484452Z :WARNING: No initial sequence number for ProducerId 4ec16ff6-a9de11f0-8288ca24-8b172ab5 PartitionId 3
2025-10-15T15:47:53.485134Z :WARNING: No initial sequence number for ProducerId 4ecdc12a-a9de11f0-b07fd6b1-7fae7b1c PartitionId 2
2025-10-15T15:47:53.485646Z :WARNING: No initial sequence number for ProducerId 4ec5c36c-a9de11f0-86aa7a69-29a1999c PartitionId 3
2025-10-15T15:47:53.499412Z :WARNING: No initial sequence number for ProducerId 4ebf2412-a9de11f0-805beca9-7d47f567 PartitionId 3
2025-10-15T15:47:53.526166Z :WARNING: No initial sequence number for ProducerId 4ecb3b12-a9de11f0-83d61bcc-72af470 PartitionId 2
2025-10-15T15:47:53.529648Z :WARNING: No initial sequence number for ProducerId 4ebeade8-a9de11f0-a74de76c-73d67c20 PartitionId 3
2025-10-15T15:47:53.600023Z :WARNING: No initial sequence number for ProducerId 4ed87afc-a9de11f0-9aaeecbe-214b5be5 PartitionId 2
2025-10-15T15:47:53.611799Z :WARNING: No initial sequence number for ProducerId 4ec97836-a9de11f0-b7ce9979-d787a66a PartitionId 2
2025-10-15T15:47:53.640557Z :WARNING: No initial sequence number for ProducerId 4ef117ce-a9de11f0-a2a73927-61a630c6 PartitionId 3
2025-10-15T15:47:53.644603Z :WARNING: No initial sequence number for ProducerId 4ebee7c2-a9de11f0-9f0420a9-57f636cd PartitionId 3
2025-10-15T15:47:53.656856Z :WARNING: No initial sequence number for ProducerId 4ed3417c-a9de11f0-84073d1c-fd94bddc PartitionId 2
2025-10-15T15:47:53.661895Z :WARNING: No initial sequence number for ProducerId 4ec17104-a9de11f0-827c21c1-c1764958 PartitionId 3
2025-10-15T15:47:53.697932Z :WARNING: No initial sequence number for ProducerId 4ebf5982-a9de11f0-bcb5d6bf-b23458d PartitionId 3
2025-10-15T15:47:55.033079Z :WARNING: No initial sequence number for ProducerId 4eb81fa0-a9de11f0-b89a787a-69985cbd PartitionId 2
2025-10-15T15:47:55.326538Z :WARNING: No initial sequence number for ProducerId 4ec4bbd4-a9de11f0-8d120d6b-afc5edad PartitionId 2
2025-10-15T15:47:55.383150Z :WARNING: No initial sequence number for ProducerId 4ebf7494-a9de11f0-a93608b0-8b48dd1f PartitionId 2
2025-10-15T15:47:55.385665Z :WARNING: No initial sequence number for ProducerId 4ecb07fa-a9de11f0-81e89e1a-8138ab8f PartitionId 2
2025-10-15T15:47:55.394690Z :WARNING: No initial sequence number for ProducerId 4ec18180-a9de11f0-af3584d1-1f952edf PartitionId 2
2025-10-15T15:47:55.451749Z :WARNING: No initial sequence number for ProducerId 4ebf865a-a9de11f0-9d81c723-877886e3 PartitionId 3
2025-10-15T15:47:55.463247Z :WARNING: No initial sequence number for ProducerId 4eba23ea-a9de11f0-a093074f-9d70f693 PartitionId 3
2025-10-15T15:47:55.486121Z :WARNING: No initial sequence number for ProducerId 4ec16ff6-a9de11f0-8288ca24-8b172ab5 PartitionId 3
2025-10-15T15:47:55.486212Z :WARNING: No initial sequence number for ProducerId 4ec5c36c-a9de11f0-86aa7a69-29a1999c PartitionId 3
2025-10-15T15:47:55.486501Z :WARNING: No initial sequence number for ProducerId 4ecdc12a-a9de11f0-b07fd6b1-7fae7b1c PartitionId 2
2025-10-15T15:47:55.500417Z :WARNING: No initial sequence number for ProducerId 4ebf2412-a9de11f0-805beca9-7d47f567 PartitionId 3
2025-10-15T15:47:55.528465Z :WARNING: No initial sequence number for ProducerId 4ecb3b12-a9de11f0-83d61bcc-72af470 PartitionId 2
2025-10-15T15:47:55.529888Z :WARNING: No initial sequence number for ProducerId 4ebeade8-a9de11f0-a74de76c-73d67c20 PartitionId 3
2025-10-15T15:47:55.602386Z :WARNING: No initial sequence number for ProducerId 4ed87afc-a9de11f0-9aaeecbe-214b5be5 PartitionId 2
2025-10-15T15:47:55.613915Z :WARNING: No initial sequence number for ProducerId 4ec97836-a9de11f0-b7ce9979-d787a66a PartitionId 2
2025-10-15T15:47:55.642249Z :WARNING: No initial sequence number for ProducerId 4ef117ce-a9de11f0-a2a73927-61a630c6 PartitionId 3
2025-10-15T15:47:55.650517Z :WARNING: No initial sequence number for ProducerId 4ebee7c2-a9de11f0-9f0420a9-57f636cd PartitionId 3
2025-10-15T15:47:55.658396Z :WARNING: No initial sequence number for ProducerId 4ed3417c-a9de11f0-84073d1c-fd94bddc PartitionId 2
2025-10-15T15:47:55.667012Z :WARNING: No initial sequence number for ProducerId 4ec17104-a9de11f0-827c21c1-c1764958 PartitionId 3
2025-10-15T15:47:55.698681Z :WARNING: No initial sequence number for ProducerId 4ebf5982-a9de11f0-bcb5d6bf-b23458d PartitionId 3
2025-10-15T15:47:57.035833Z :WARNING: No initial sequence number for ProducerId 4eb81fa0-a9de11f0-b89a787a-69985cbd PartitionId 2
2025-10-15T15:47:57.330641Z :WARNING: No initial sequence number for ProducerId 4ec4bbd4-a9de11f0-8d120d6b-afc5edad PartitionId 2
2025-10-15T15:47:57.386047Z :WARNING: No initial sequence number for ProducerId 4ebf7494-a9de11f0-a93608b0-8b48dd1f PartitionId 2
2025-10-15T15:47:57.386246Z :WARNING: No initial sequence number for ProducerId 4ecb07fa-a9de11f0-81e89e1a-8138ab8f PartitionId 2
2025-10-15T15:47:57.395905Z :WARNING: No initial sequence number for ProducerId 4ec18180-a9de11f0-af3584d1-1f952edf PartitionId 2
2025-10-15T15:47:57.451927Z :WARNING: No initial sequence number for ProducerId 4ebf865a-a9de11f0-9d81c723-877886e3 PartitionId 3
2025-10-15T15:47:57.463525Z :WARNING: No initial sequence number for ProducerId 4eba23ea-a9de11f0-a093074f-9d70f693 PartitionId 3
2025-10-15T15:47:57.487010Z :WARNING: No initial sequence number for ProducerId 4ecdc12a-a9de11f0-b07fd6b1-7fae7b1c PartitionId 2
2025-10-15T15:47:57.490201Z :WARNING: No initial sequence number for ProducerId 4ec16ff6-a9de11f0-8288ca24-8b172ab5 PartitionId 3
2025-10-15T15:47:57.490268Z :WARNING: No initial sequence number for ProducerId 4ec5c36c-a9de11f0-86aa7a69-29a1999c PartitionId 3
2025-10-15T15:47:57.502009Z :WARNING: No initial sequence number for ProducerId 4ebf2412-a9de11f0-805beca9-7d47f567 PartitionId 3
2025-10-15T15:47:57.529981Z :WARNING: No initial sequence number for ProducerId 4ecb3b12-a9de11f0-83d61bcc-72af470 PartitionId 2
2025-10-15T15:47:57.530350Z :WARNING: No initial sequence number for ProducerId 4ebeade8-a9de11f0-a74de76c-73d67c20 PartitionId 3
2025-10-15T15:47:57.602674Z :WARNING: No initial sequence number for ProducerId 4ed87afc-a9de11f0-9aaeecbe-214b5be5 PartitionId 2
2025-10-15T15:47:57.614263Z :WARNING: No initial sequence number for ProducerId 4ec97836-a9de11f0-b7ce9979-d787a66a PartitionId 2
2025-10-15T15:47:57.643652Z :WARNING: No initial sequence number for ProducerId 4ef117ce-a9de11f0-a2a73927-61a630c6 PartitionId 3
2025-10-15T15:47:57.650876Z :WARNING: No initial sequence number for ProducerId 4ebee7c2-a9de11f0-9f0420a9-57f636cd PartitionId 3
2025-10-15T15:47:57.658832Z :WARNING: No initial sequence number for ProducerId 4ed3417c-a9de11f0-84073d1c-fd94bddc PartitionId 2
2025-10-15T15:47:57.668052Z :WARNING: No initial sequence number for ProducerId 4ec17104-a9de11f0-827c21c1-c1764958 PartitionId 3
2025-10-15T15:47:57.701022Z :WARNING: No initial sequence number for ProducerId 4ebf5982-a9de11f0-bcb5d6bf-b23458d PartitionId 3
2025-10-15T15:48:06.485461Z :NOTICE: [/Root] [/Root] [2e6d2979-84414b5-28768622-37abdfc8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:06.488716Z :NOTICE: [/Root] [/Root] [2e6d2979-84414b5-28768622-37abdfc8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:06.490633Z :NOTICE: [/Root] [/Root] [c6e49fa1-d2c39bf0-f9215b75-5133bd00] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:06.491064Z :NOTICE: [/Root] [/Root] [c6e49fa1-d2c39bf0-f9215b75-5133bd00] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:06.576747Z :NOTICE: [/Root] [/Root] [ad2e3a6-8949288e-7f07ff5a-26eed125] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:06.577217Z :NOTICE: [/Root] [/Root] [ad2e3a6-8949288e-7f07ff5a-26eed125] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:06.580432Z :NOTICE: [/Root] [/Root] [2cc1b9f2-9a6c292f-8aa1398a-7a3f2cc5] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:06.590425Z :NOTICE: [/Root] [/Root] [2cc1b9f2-9a6c292f-8aa1398a-7a3f2cc5] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:21.677309Z :NOTICE: [/Root] [/Root] [43316ef1-8c555b46-d04bbe65-2aae4b77] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:21.680992Z :NOTICE: [/Root] [/Root] [43316ef1-8c555b46-d04bbe65-2aae4b77] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:21.729795Z :NOTICE: [/Root] [/Root] [f0954983-ff9bb855-fdb3fd0c-bee660c0] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:21.733487Z :NOTICE: [/Root] [/Root] [f0954983-ff9bb855-fdb3fd0c-bee660c0] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:21.899553Z :NOTICE: [/Root] [/Root] [724ee18c-3797fd8f-d05f0a1b-81f496ef] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:21.916837Z :NOTICE: [/Root] [/Root] [24f99ae1-7b0cd054-1aa946f8-8901d2ed] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:21.917043Z :NOTICE: [/Root] [/Root] [24f99ae1-7b0cd054-1aa946f8-8901d2ed] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:21.919672Z :NOTICE: [/Root] [/Root] [724ee18c-3797fd8f-d05f0a1b-81f496ef] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:36.946926Z :NOTICE: [/Root] [/Root] [46f7a720-6102464e-4e1c69ef-6394c25a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:36.947390Z :NOTICE: [/Root] [/Root] [46f7a720-6102464e-4e1c69ef-6394c25a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:36.958500Z :NOTICE: [/Root] [/Root] [ae741910-fcce5cbe-763a0d9f-e51c6832] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:36.982066Z :NOTICE: [/Root] [/Root] [ae741910-fcce5cbe-763a0d9f-e51c6832] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:37.107514Z :NOTICE: [/Root] [/Root] [31cdc6f3-992c1c9b-59dc11a7-eb2660c2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:37.143975Z :NOTICE: [/Root] [/Root] [31cdc6f3-992c1c9b-59dc11a7-eb2660c2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:37.441093Z :NOTICE: [/Root] [/Root] [5d7cda49-c0ea7191-df14d9f0-dc0bbedb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:37.449459Z :NOTICE: [/Root] [/Root] [5d7cda49-c0ea7191-df14d9f0-dc0bbedb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:52.213255Z :NOTICE: [/Root] [/Root] [391f05f5-e3e9e867-eab4e34d-7976e535] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:52.213697Z :NOTICE: [/Root] [/Root] [391f05f5-e3e9e867-eab4e34d-7976e535] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:52.243177Z :NOTICE: [/Root] [/Root] [c2e2a6e3-68358c44-13ecb1e7-d79a620c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:52.243685Z :NOTICE: [/Root] [/Root] [c2e2a6e3-68358c44-13ecb1e7-d79a620c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:52.246254Z :NOTICE: [/Root] [/Root] [d6ccb364-9ec362ed-cb066d9-9343b31c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:52.246698Z :NOTICE: [/Root] [/Root] [d6ccb364-9ec362ed-cb066d9-9343b31c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:48:52.880517Z :NOTICE: [/Root] [/Root] [a437688b-6be6249c-d2e76184-e4a0b30d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:48:52.881657Z :NOTICE: [/Root] [/Root] [a437688b-6be6249c-d2e76184-e4a0b30d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:07.241447Z :NOTICE: [/Root] [/Root] [518d2688-6c4527c2-639a2350-daf60fc3] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:07.242005Z :NOTICE: [/Root] [/Root] [518d2688-6c4527c2-639a2350-daf60fc3] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:07.791827Z :NOTICE: [/Root] [/Root] [41b6f572-dea4ffbb-169dd22c-7c1c0259] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:07.792323Z :NOTICE: [/Root] [/Root] [41b6f572-dea4ffbb-169dd22c-7c1c0259] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:07.961752Z :NOTICE: [/Root] [/Root] [ce8b1a94-30a3eca0-da9231f7-213e35bd] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:07.963266Z :NOTICE: [/Root] [/Root] [ce8b1a94-30a3eca0-da9231f7-213e35bd] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:08.443685Z :NOTICE: [/Root] [/Root] [6b6bcd2c-aa8521f-7eea36f-bb468b82] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:08.444154Z :NOTICE: [/Root] [/Root] [6b6bcd2c-aa8521f-7eea36f-bb468b82] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:22.257710Z :NOTICE: [/Root] [/Root] [6bf361b1-d791607e-ca252e2b-c8da42ee] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:22.258249Z :NOTICE: [/Root] [/Root] [6bf361b1-d791607e-ca252e2b-c8da42ee] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:22.998613Z :NOTICE: [/Root] [/Root] [3d34e556-be0384e-3a6565d6-686df00e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:22.999095Z :NOTICE: [/Root] [/Root] [3d34e556-be0384e-3a6565d6-686df00e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:23.899726Z :NOTICE: [/Root] [/Root] [406ba952-30c34dbe-33fb5198-1b9c198d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:23.900217Z :NOTICE: [/Root] [/Root] [406ba952-30c34dbe-33fb5198-1b9c198d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:24.107115Z :NOTICE: [/Root] [/Root] [62ee044c-c7f8c5cf-1c16e6a8-f480c403] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:24.107618Z :NOTICE: [/Root] [/Root] [62ee044c-c7f8c5cf-1c16e6a8-f480c403] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:37.447178Z :NOTICE: [/Root] [/Root] [4fadd435-acefa4f5-e1eb282a-e3943f5d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:37.447674Z :NOTICE: [/Root] [/Root] [4fadd435-acefa4f5-e1eb282a-e3943f5d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:38.493811Z :NOTICE: [/Root] [/Root] [c736f501-d9dddca1-7345209e-f12814c2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:38.494267Z :NOTICE: [/Root] [/Root] [c736f501-d9dddca1-7345209e-f12814c2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:38.974857Z :NOTICE: [/Root] [/Root] [a42719b7-e41d964a-5af39084-3aa4bd8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:38.975259Z :NOTICE: [/Root] [/Root] [a42719b7-e41d964a-5af39084-3aa4bd8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:39.302744Z :NOTICE: [/Root] [/Root] [7b2702ce-f3a4f5f1-68bfa13-4fb4afbe] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:39.312519Z :NOTICE: [/Root] [/Root] [7b2702ce-f3a4f5f1-68bfa13-4fb4afbe] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:52.839462Z :NOTICE: [/Root] [/Root] [276d8624-b7a072ae-84f74-f7bfbf8c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:52.850146Z :NOTICE: [/Root] [/Root] [276d8624-b7a072ae-84f74-f7bfbf8c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:53.677502Z :NOTICE: [/Root] [/Root] [4efc2045-1b85323d-d0e50fd1-bdb01509] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:53.678774Z :NOTICE: [/Root] [/Root] [4efc2045-1b85323d-d0e50fd1-bdb01509] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:54.441796Z :NOTICE: [/Root] [/Root] [36aa17cf-49d01519-b4fbfada-5229e9af] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:54.442322Z :NOTICE: [/Root] [/Root] [36aa17cf-49d01519-b4fbfada-5229e9af] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:54.449038Z :NOTICE: [/Root] [/Root] [be466ad6-b754b8c9-72f904e7-19279529] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:54.449215Z :NOTICE: [/Root] [/Root] [be466ad6-b754b8c9-72f904e7-19279529] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:54.704867Z :WARNING: [/Root]  TraceId []  SessionId [4eb81fa0-a9de11f0-b89a787a-69985cbd|4d25625-2d4147c7-cffb99c1-6d39f83c_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.705233Z :WARNING: [/Root]  TraceId []  SessionId [4ebf22d2-a9de11f0-8871a41b-b564caea|e90113fb-3c406003-d2dca2a0-be27c6f5_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.705491Z :WARNING: [/Root]  TraceId []  SessionId [4ec9a072-a9de11f0-9efe67ab-9b3efd55|2a746cd6-8e8e063a-3f5354cc-c65ef9de_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.705729Z :WARNING: [/Root]  TraceId []  SessionId [4eda3072-a9de11f0-9056e3d9-3d02c4ce|bd3938e-205127bf-7bf6100c-303a1a72_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.715340Z :WARNING: [/Root]  TraceId []  SessionId [4eba23ea-a9de11f0-a093074f-9d70f693|aa65a8f8-db12584f-c176abda-9f72e_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.715469Z :WARNING: [/Root]  TraceId []  SessionId [4ec8a8ca-a9de11f0-8884bccb-ab20c2d2|90f8f2b2-2c8a987d-69dcc67a-24e769be_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.715572Z :WARNING: [/Root]  TraceId []  SessionId [4ee65f82-a9de11f0-8a4ad2b3-4b6de4dd|539d545d-676c8156-5f91fab-eb2ed5ef_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.715681Z :WARNING: [/Root]  TraceId []  SessionId [4f138142-a9de11f0-b24e517b-8df7ef7e|c3264a3b-c05566a6-bd98c729-39912d3c_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.745232Z :WARNING: [/Root]  TraceId []  SessionId [4ebee7c2-a9de11f0-9f0420a9-57f636cd|7a96742f-a75fd90f-c059e211-1a0ab1a3_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.745419Z :WARNING: [/Root]  TraceId []  SessionId [4ef57094-a9de11f0-8437aabb-fdece208|2dfb446c-ab0cd1c4-1a413cdd-e7f62882_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.745485Z :WARNING: [/Root]  TraceId []  SessionId [4f118568-a9de11f0-a8f5cdc7-9b219996|c3af80d2-6607e2d8-be309d4-ba83f72b_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.745543Z :WARNING: [/Root]  TraceId []  SessionId [4f2949a0-a9de11f0-9144c062-132ac21|b1d4821b-99b4adf6-7667fee8-16e28d26_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.745759Z :WARNING: [/Root]  TraceId []  SessionId [4ebeade8-a9de11f0-a74de76c-73d67c20|4e79010b-266e96c1-985a1c1c-fbc0f12b_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.745907Z :WARNING: [/Root]  TraceId []  SessionId [4eec7e30-a9de11f0-ab1ee1c8-6f7484f1|fa6662a7-caa9ad0e-720fd2d7-34d20409_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.745997Z :WARNING: [/Root]  TraceId []  SessionId [4f21a2ae-a9de11f0-a4260581-fdea9776|95b8c7f4-6d2feee9-63bf4dc4-4b1a40fe_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.746438Z :WARNING: [/Root]  TraceId []  SessionId [4ec17104-a9de11f0-827c21c1-c1764958|4222798c-b2a6a95-376082fe-eb07b677_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.747704Z :WARNING: [/Root]  TraceId []  SessionId [4ef3ac14-a9de11f0-aad31f76-ddd7f97c|6cf3090a-a4a5dff5-8ce97be-c6a0a04b_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.747840Z :WARNING: [/Root]  TraceId []  SessionId [4ebf2412-a9de11f0-805beca9-7d47f567|c4541551-d9b6ecf2-f5d6f805-9dc95a9e_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.749295Z :WARNING: [/Root]  TraceId []  SessionId [4f1df4e2-a9de11f0-9fbaf854-89ca922e|7b3a0dd1-1a1ef554-c5645a53-10b5c33f_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.749350Z :WARNING: [/Root]  TraceId []  SessionId [4ee4efee-a9de11f0-b510716e-bf46e869|aacaeb5e-af9145de-6d6d41a3-6701b290_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.749391Z :WARNING: [/Root]  TraceId []  SessionId [4f372ca0-a9de11f0-b550e09b-5bc0e057|27969c99-3816a6a7-78f6b731-dbfcf5ba_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.749460Z :WARNING: [/Root]  TraceId []  SessionId [4eecf824-a9de11f0-81552f98-31474909|9f5ae9a4-265a5932-53dc32db-2090440c_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.749534Z :WARNING: [/Root]  TraceId []  SessionId [4f063d3e-a9de11f0-953ebc40-e30d42fe|9745dd3a-2254df77-331d4287-42f2cfe_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.750195Z :WARNING: [/Root]  TraceId []  SessionId [4f35f31c-a9de11f0-81a4c021-5318f1c0|3eb1610b-9a4f9290-99bad308-aca15a76_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.750326Z :WARNING: [/Root]  TraceId []  SessionId [4ebf7494-a9de11f0-a93608b0-8b48dd1f|17699cda-c3765325-fb3828a6-feb791df_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.750721Z :WARNING: [/Root]  TraceId []  SessionId [4edf1006-a9de11f0-b813d46d-c72e767f|8fca39b2-182af0fd-9d967b0b-db484d9f_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.750995Z :WARNING: [/Root]  TraceId []  SessionId [4ef4a65a-a9de11f0-82f63ed0-aff36bcc|fd8fdec3-bddb922f-968e0f83-3973700_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.751122Z :WARNING: [/Root]  TraceId []  SessionId [4ef70580-a9de11f0-94246a79-91b7592e|737feaf4-d2ae26a4-b3576ee7-e354bfad_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.748082Z :WARNING: [/Root]  TraceId []  SessionId [4ec16ff6-a9de11f0-8288ca24-8b172ab5|566b71ab-ba7cb13c-18def04f-390bde72_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.754462Z :WARNING: [/Root]  TraceId []  SessionId [4edce8ee-a9de11f0-92e7cac1-1d964075|2ae112b-26b1e2a-88d1de94-3fd5561d_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.754565Z :WARNING: [/Root]  TraceId []  SessionId [4ee3eedc-a9de11f0-b3876163-a7d7d414|c6f9fa03-ed933d18-119e4e5b-c92f6851_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.755243Z :WARNING: [/Root]  TraceId []  SessionId [4f0a5c5c-a9de11f0-bc981171-65cadea5|ba43b9c6-eeecdb8e-a5bcad33-ad16205a_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.758961Z :WARNING: [/Root]  TraceId []  SessionId [4ebf5982-a9de11f0-bcb5d6bf-b23458d|49be979d-1bf9326b-83628896-cc93f32f_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.759169Z :WARNING: [/Root]  TraceId []  SessionId [4ef8dafe-a9de11f0-b9a37b81-c1e026dd|15c32d81-e3086a15-3c666818-f0ae3aff_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.759268Z :WARNING: [/Root]  TraceId []  SessionId [4f4da7d2-a9de11f0-a72c6adb-b7958029|79954f18-1e191b85-b0bde80d-1fb5bcb5_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.759353Z :WARNING: [/Root]  TraceId []  SessionId [4f4f4d80-a9de11f0-a9901f51-218eb315|30808719-3257ed65-792cedb4-2c3719c7_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.765679Z :WARNING: [/Root]  TraceId []  SessionId [4ec18180-a9de11f0-af3584d1-1f952edf|ea68ce8-5f501868-fa6d64c-215bf6b6_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.765911Z :WARNING: [/Root]  TraceId []  SessionId [4ec1f4e4-a9de11f0-b13eab56-d3a39f96|1827f5d0-ef3cb614-c5a6aea-8b865582_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.765997Z :WARNING: [/Root]  TraceId []  SessionId [4eca4c7a-a9de11f0-b1dcc1ce-b9be8cb7|7ef2989d-359ab9d0-be545b17-39c1cc1d_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.766056Z :WARNING: [/Root]  TraceId []  SessionId [4ef2ec3e-a9de11f0-874229bf-895a655e|5cb3795a-772bce6-f71769f9-c0a91f_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.767028Z :WARNING: [/Root]  TraceId []  SessionId [4ebf865a-a9de11f0-9d81c723-877886e3|c414e879-7bad9fec-bb6cd4b2-59dd63e6_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.767212Z :WARNING: [/Root]  TraceId []  SessionId [4ee5c158-a9de11f0-9c4f771e-5d98eb19|7dd7aee0-79d2f8ea-b8b9325a-f44164e6_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.767307Z :WARNING: [/Root]  TraceId []  SessionId [4ef1f02c-a9de11f0-b36ba854-19cad0b7|6254e2d7-988fcf07-a6b1bf68-64ff58e7_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.778194Z :WARNING: [/Root]  TraceId []  SessionId [4f21fcc2-a9de11f0-8e45ddd5-5360f33b|dfa9ecf6-6ed7dec0-48b6f488-78c58978_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.791931Z :WARNING: [/Root]  TraceId []  SessionId [4ec4bbd4-a9de11f0-8d120d6b-afc5edad|167b0c4f-be9ea215-147f6fc1-af912bd7_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.793550Z :WARNING: [/Root]  TraceId []  SessionId [4ec5380c-a9de11f0-ae25d1c2-e5dc238f|70bd5d7-2ac84fb7-a518fd57-5802216f_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.793949Z :WARNING: [/Root]  TraceId []  SessionId [4ecfc29a-a9de11f0-8b4e9f95-abd87d05|56a0bac5-f7bfb184-a021b8d2-ecb0fd53_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.794093Z :WARNING: [/Root]  TraceId []  SessionId [4ed60ea2-a9de11f0-abe65142-1578ba12|619d7b6d-a3d87a28-b7fce904-fe93ff47_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.794246Z :WARNING: [/Root]  TraceId []  SessionId [4ec5c36c-a9de11f0-86aa7a69-29a1999c|7a315dab-7dd817eb-8fb66110-f74c9d03_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.799371Z :WARNING: [/Root]  TraceId []  SessionId [4edc5b54-a9de11f0-a2ffbc09-952bdcb5|aded97db-855e2737-f7609ea6-7f104960_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.799639Z :WARNING: [/Root]  TraceId []  SessionId [4ee42618-a9de11f0-99d7917b-8d898725|55f5b9a8-9af3206f-c07281f0-393fdba9_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.799742Z :WARNING: [/Root]  TraceId []  SessionId [4f0430d4-a9de11f0-ab103c68-b3350b6d|c1422de7-17af85b6-c2366e07-3101abb_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.820162Z :WARNING: [/Root]  TraceId []  SessionId [4ec97836-a9de11f0-b7ce9979-d787a66a|18cb8cd7-18445d7-65c9b880-658b2554_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.820418Z :WARNING: [/Root]  TraceId []  SessionId [4f20a41c-a9de11f0-b35a9538-19846a49|5b086c46-70960206-7b2f4180-bdf70f3_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.820645Z :WARNING: [/Root]  TraceId []  SessionId [4f38bc14-a9de11f0-a2089568-2b886739|18c6d0a8-e041119b-92017c81-314ced88_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.820854Z :WARNING: [/Root]  TraceId []  SessionId [4f40d084-a9de11f0-92a0d001-7f5a04fe|280b44f6-f822ae04-f9a2c02-b2bafb06_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.830099Z :WARNING: [/Root]  TraceId []  SessionId [4ecb07fa-a9de11f0-81e89e1a-8138ab8f|22276fab-f8406c40-225c3873-f0841df7_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.830241Z :WARNING: [/Root]  TraceId []  SessionId [4ee1fa46-a9de11f0-9e64d4cd-292ad767|1ce2db7c-40256e3d-18af5166-3c7d9fba_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.830355Z :WARNING: [/Root]  TraceId []  SessionId [4f12aea2-a9de11f0-9d1bc0b9-dd67dd6f|5a922511-697257de-e60243-1172b086_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.830468Z :WARNING: [/Root]  TraceId []  SessionId [4f18e114-a9de11f0-a17b001f-8fda0e24|8b0b5d92-439279a7-a730faf9-c2458cb9_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.838271Z :WARNING: [/Root]  TraceId []  SessionId [4ecb3b12-a9de11f0-83d61bcc-72af470|eb681d62-a62104c5-defddcd9-ef132fed_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.838422Z :WARNING: [/Root]  TraceId []  SessionId [4ed8fdce-a9de11f0-917a31f3-c5e40d66|2dc21b44-d777b324-237718a6-d72aa93f_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.838575Z :WARNING: [/Root]  TraceId []  SessionId [4eee44ea-a9de11f0-8b5eca2d-a12e807c|517be45f-251033e4-29bd81c7-2f861510_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.838674Z :WARNING: [/Root]  TraceId []  SessionId [4f19e0aa-a9de11f0-b3693e90-2ddf0ff0|52659b45-edcfc1c6-b259ba76-a71a4ec4_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.846417Z :WARNING: [/Root]  TraceId []  SessionId [4ecdc12a-a9de11f0-b07fd6b1-7fae7b1c|bfc4df28-3ddfdc94-c083e02d-56469a7f_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.852822Z :WARNING: [/Root]  TraceId []  SessionId [4ed01542-a9de11f0-aa35dfe2-c7a38e03|9428a069-d09695dd-d3d59468-56df6949_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.852949Z :WARNING: [/Root]  TraceId []  SessionId [4f1d825a-a9de11f0-9701da88-aba9de3d|f6a98863-ac358579-d9869871-db4561d_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.853058Z :WARNING: [/Root]  TraceId []  SessionId [4f280cc0-a9de11f0-b28a2e03-a59fe2fa|9e161d59-9d644da6-f66aab82-20ee158c_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.879042Z :WARNING: [/Root]  TraceId []  SessionId [4ed3417c-a9de11f0-84073d1c-fd94bddc|8e37eafd-24f868ff-1d650a36-acfcaa83_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.879318Z :WARNING: [/Root]  TraceId []  SessionId [4efc4efa-a9de11f0-aae51b19-954e77d4|fa25aa3-26d05af8-91e0340e-f537c202_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.879538Z :WARNING: [/Root]  TraceId []  SessionId [4f207258-a9de11f0-bc8807b3-c3fbed8d|b920215a-30c077d5-b9eba404-12c3dd83_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.879794Z :WARNING: [/Root]  TraceId []  SessionId [4f48b70e-a9de11f0-b6a1ebf5-959941d2|7eb60681-6b86f6e6-a179ce3c-d610ea35_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.916848Z :WARNING: [/Root]  TraceId []  SessionId [4ed87afc-a9de11f0-9aaeecbe-214b5be5|321a0f78-45c4e403-1ab59de6-57e68be1_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.917102Z :WARNING: [/Root]  TraceId []  SessionId [4f09c8a0-a9de11f0-a8594fc7-13f80512|e96993a-5f54bcc7-bd3c00f9-3dcd51e3_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.917326Z :WARNING: [/Root]  TraceId []  SessionId [4f0b22c2-a9de11f0-b81fdca2-f581dc64|11446d26-cf4cc0ef-e2385cef-e2ed93bf_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:54.917603Z :WARNING: [/Root]  TraceId []  SessionId [4f39235c-a9de11f0-a6047f35-11b7f36c|89439ac9-f677462a-89ee8b09-15d803d_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:55.020588Z :NOTICE: [/Root] [/Root] [f41b0b98-ec127d6d-f31a02c2-c6115a9c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:55.074751Z :WARNING: [/Root]  TraceId []  SessionId [4ef117ce-a9de11f0-a2a73927-61a630c6|c17e45d6-f7e6454b-101f1c-d43f23f2_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:55.075089Z :WARNING: [/Root]  TraceId []  SessionId [4f1b9f76-a9de11f0-a22b0b93-77392a0a|b1347820-20beccb-e203383a-569aa58a_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:55.075345Z :WARNING: [/Root]  TraceId []  SessionId [4f1c6820-a9de11f0-bce66aeb-5d1a57cd|f3a4b13d-3cd79c05-4091bcfd-46bbad2e_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:55.075552Z :WARNING: [/Root]  TraceId []  SessionId [4f453cdc-a9de11f0-b06242f6-df0649a8|8f2a89fd-2ff97b93-968a1c30-6bbe98c9_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-15T15:49:55.108185Z :NOTICE: [/Root] [/Root] [f41b0b98-ec127d6d-f31a02c2-c6115a9c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-15T15:49:55.150181Z :NOTICE: [/Root] [/Root] [247d1844-42dbb6b2-7dcc2641-b68d450d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-15T15:49:55.152511Z :NOTICE: [/Root] [/Root] [247d1844-42dbb6b2-7dcc2641-b68d450d] 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, bce40c3d-5f5f-4872-9703-26581ee705f7, localhost:7040): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bce40c3d-5f5f-4872-9703-26581ee705f7, localhost:7040): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, bce40c3d-5f5f-4872-9703-26581ee705f7, localhost:7040): 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-15T15:51:24.382439372+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:7040". Error details:
 Cancelled on the server side
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7040
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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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:7040
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:7040". 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)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7040/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1765
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21329
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6443
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7040
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4793
============================== slowest durations ===============================
216.53s call     test_workload_topic.py::TestYdbTopicWorkload::test
137.53s teardown test_workload_topic.py::TestYdbTopicWorkload::test
12.12s 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/ordn/000bc1/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/ordn/000bc1/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, not started yet
GRpc shutdown warning: left infly: 1, spent: 4.898596 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 8.164593 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 11.402082 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 14.585684 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 17.738265 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 20.992468 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 24.231251 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 27.461937 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.001276 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==3009517==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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003486eb82 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00003486eb82 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00003486eb82 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00003486eb82 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00003486eb82 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x00003486eb82 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x00003486eb82 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x00003486eb82 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x00003486eb82 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x00003487d7fe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003a64d0d7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003a63ea54 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#18 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#19 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#20 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#21 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#22 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003486ea9c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x00003486ea9c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x00003487d7fe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003a64d0d7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003a63ea54 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#11 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#12 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#13 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#14 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#15 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001be21ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001be21ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001be21ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001be21ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001be21ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001be21ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001be21ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001be21ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001be21ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001be21ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x0000348723fc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x0000348723fc 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 0x0000348723fc 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 0x00003a64afcf 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 0x00003a63e6c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#21 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#22 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#23 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#24 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#25 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001be21a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001be21a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001be21a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x0000348723fc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x0000348723fc 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 0x0000348723fc 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 0x00003a64afcf 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 0x00003a63e6c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#14 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#15 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#16 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#17 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#18 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000348723ea 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 0x0000348723ea 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 0x00003a64afcf 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 0x00003a63e6c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#10 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#11 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#12 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#13 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#14 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000033ff1014 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000033ff1014 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000033ff1014 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000033ff1014 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000033ff1014 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000033ff1014 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000033ff1014 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000033ff1014 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000033ff1014 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000033ff1014 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000033ff1014 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 0x000033fefde2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x000033fefde2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000033ff6300 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x000034052548 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 0x00003487d136 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003a6482cb 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 0x00003a63e132 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#24 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#25 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#26 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#27 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#28 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000033ff0f72 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000033ff0f72 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000033ff0f72 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000033ff0f72 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 0x000033fefde2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x000033fefde2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000033ff6300 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x000034052548 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 0x00003487d136 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003a6482cb 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 0x00003a63e132 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003a62e3a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x0000413f7929 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000413f6980 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000413f6980 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x000021e16c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#17 0x000021ecde81 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#18 0x000021ed7a74 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#19 0x000021ed702d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#20 0x000021ed909e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#21 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000348d1700 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000348d1700 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000348d1700 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000348d1700 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
#5 0x0000348d1700 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
#6 0x0000348d1700 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 0x000043be823b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
#8 0x000043be823b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
#9 0x000043be823b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
#10 0x000043be823b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
#11 0x000043be823b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
#12 0x000043be823b 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 0x000043c23f4d 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 0x000043c262f0 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 0x00003a63667c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#16 0x00003a63667c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#17 0x00003a63667c 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 0x00003a63667c 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 0x00003a63667c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#20 0x00003a63667c 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 0x000021a9824e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#22 0x000021a9824e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#23 0x000021a9824e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#24 0x000021a987ac in Execute /-S/util/thread/factory.h:15:13
#25 0x000021a987ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#26 0x00001f694f54 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#27 0x00001f3326d6 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 0x00001f36ebbd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027588e98 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027588e98 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027588e98 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027588e98 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027588e98 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027588e98 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027588e98 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027588e98 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027588b3f 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 0x000027587998 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003a6f2bfa in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003a6f2bfa 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 0x00003a6f2bfa 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 0x00003a6f2bfa in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003a6f2bfa 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 0x00001f40644f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003a6e0f9f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003a6e0f9f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
==================== 1 passed, 1 error in 369.07s (0:06:09) ====================
