============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/el1k/000dc8/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/el1k/000dc8/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/el1k/000dc8/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.461544 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 7.662226 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 10.81819 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 13.979939 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 17.184562 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 20.347972 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 23.486615 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 26.630655 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 29.753821 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.002383 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1538136==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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003484ffe2 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003484ffe2 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003484ffe2 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00003484ffe2 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 0x00003484ffe2 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x00003484ffe2 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x00003484ffe2 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x00003484ffe2 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x00003484ffe2 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x00003485ec5e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003a62bed7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003a61d854 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #18 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #19 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #20 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #21 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #22 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003484fefc in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x00003484fefc in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x00003485ec5e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003a62bed7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003a61d854 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #11 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #12 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #13 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #14 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #15 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001be25ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001be25ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001be25ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001be25ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001be25ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001be25ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001be25ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001be25ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001be25ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001be25ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x00003485385c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x00003485385c 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 0x00003485385c 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 0x00003a629dcf 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 0x00003a61d4c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #21 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #22 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #23 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #24 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #25 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003485384a 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 0x00003485384a 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 0x00003a629dcf 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 0x00003a61d4c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #10 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #11 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #12 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #13 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #14 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001be25a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001be25a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001be25a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x00003485385c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x00003485385c 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 0x00003485385c 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 0x00003a629dcf 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 0x00003a61d4c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #14 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #15 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #16 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #17 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #18 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000033fd2474 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000033fd2474 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000033fd2474 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000033fd2474 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000033fd2474 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000033fd2474 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000033fd2474 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000033fd2474 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000033fd2474 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000033fd2474 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000033fd2474 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 0x000033fd1242 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x000033fd1242 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000033fd7760 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000340339a8 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 0x00003485e596 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003a6270cb 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 0x00003a61cf32 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #24 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #25 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #26 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #27 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #28 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000033fd23d2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000033fd23d2 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000033fd23d2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000033fd23d2 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 0x000033fd1242 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x000033fd1242 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000033fd7760 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000340339a8 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 0x00003485e596 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003a6270cb 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 0x00003a61cf32 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #17 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #18 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #19 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #20 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #21 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00002758d598 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00002758d598 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00002758d598 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00002758d598 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00002758d598 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x00002758d598 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x00002758d598 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x00002758d598 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x00002758d23f 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 0x00002758c098 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003a6d19fa in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003a6d19fa 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 0x00003a6d19fa 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 0x00003a6d19fa in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003a6d19fa 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 0x00001f40a45f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003a6c0a61 in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003a6c0a61 in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00003a6c0a61 in NKikimr::NGRpcService::TYdbCounterBlock::StartProcessing(unsigned int, TInstant) /-S/ydb/core/grpc_services/counters/counters.cpp:195:9
E   #20 0x000041432fcb in NYdbGrpc::TGRpcRequestImpl<NKikimrClient::TSchemeOperation, NKikimrClient::TResponse, NKikimr::NGRpcProxy::TGRpcService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:430:24
E   #21 0x00003a61547c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00003a61547c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00003a61547c 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   #24 0x00003a61547c 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   #25 0x00003a61547c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00003a61547c 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   #27 0x000021a9c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #28 0x000021a9c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #29 0x000021a9c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #30 0x000021a9c7ac in Execute /-S/util/thread/factory.h:15:13
E   #31 0x000021a9c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #32 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #33 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00002758d598 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00002758d598 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00002758d598 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00002758d598 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00002758d598 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x00002758d598 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x00002758d598 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x00002758d598 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x00002758d23f 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 0x00002758c098 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003a6d19fa in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
------------------------------ 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/el1k/000dc8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8204
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/el1k/000dc8/r3tmp/kikimr_cluster_dtss0low
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19880
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24847
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11687
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63388
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/el1k/000dc8/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/el1k/000dc8/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/el1k/000dc8/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_zqjvp_6z.log --grpc-port=19880 --mon-port=24847 --ic-port=8204
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:19880/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/el1k/000dc8/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/el1k/000dc8/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/el1k/000dc8/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_zqjvp_6z.log --grpc-port=19880 --mon-port=24847 --ic-port=8204
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/el1k/000dc8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/el1k/000dc8/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/el1k/000dc8/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_zqjvp_6z.log', '--grpc-port=19880', '--mon-port=24847', '--ic-port=8204')' in '/home/runner/.ya/build/build_root/el1k/000dc8/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: 1538136
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:19880/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/el1k/000dc8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1538137
DEBUG    ya.test:process.py:259 Command (pid 1538137) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1538137) elapsed time (sec): 1.5204851627349854
DEBUG    ya.test:process.py:263 Command (pid 1538137) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) maxrss: 474472
DEBUG    ya.test:process.py:263 Command (pid 1538137) minflt: 45115
DEBUG    ya.test:process.py:263 Command (pid 1538137) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1538137) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1538137) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1538137) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1538137) stime: 0.21484499999999998
DEBUG    ya.test:process.py:263 Command (pid 1538137) utime: 0.555244
DEBUG    ya.test:process.py:263 Command (pid 1538137) wtime: 1.523
DEBUG    ya.test:process.py:275 Command (pid 1538137) output:
Git info:
    Commit: 6202571d1c46a47fd11cede9ae2568464152e6eb
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge add58231952e065312d377b5d3cb2bb3c67800a4 into 00aabc8f80bae94dc36e2db0a964a81254ee6874

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 6202571d1c46a47fd11cede9ae2568464152e6eb
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge add58231952e065312d377b5d3cb2bb3c67800a4 into 00aabc8f80bae94dc36e2db0a964a81254ee6874
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/el1k/000dc8/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19880', '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: 8204\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/el1k/000dc8/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19880', '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: 8204\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1538679
DEBUG    ya.test:process.py:259 Command (pid 1538679) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1538679) elapsed time (sec): 1.644101619720459
DEBUG    ya.test:process.py:263 Command (pid 1538679) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) maxrss: 582428
DEBUG    ya.test:process.py:263 Command (pid 1538679) minflt: 51387
DEBUG    ya.test:process.py:263 Command (pid 1538679) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) nivcsw: 319
DEBUG    ya.test:process.py:263 Command (pid 1538679) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1538679) nvcsw: 582
DEBUG    ya.test:process.py:263 Command (pid 1538679) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1538679) stime: 0.288115
DEBUG    ya.test:process.py:263 Command (pid 1538679) utime: 0.596336
DEBUG    ya.test:process.py:263 Command (pid 1538679) wtime: 1.654
DEBUG    ya.test:process.py:275 Command (pid 1538679) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/el1k/000dc8/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19880', '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/el1k/000dc8/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19880', '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: 1538736
DEBUG    ya.test:process.py:259 Command (pid 1538736) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1538736) elapsed time (sec): 1.1766257286071777
DEBUG    ya.test:process.py:263 Command (pid 1538736) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) maxrss: 583192
DEBUG    ya.test:process.py:263 Command (pid 1538736) minflt: 51405
DEBUG    ya.test:process.py:263 Command (pid 1538736) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) nivcsw: 249
DEBUG    ya.test:process.py:263 Command (pid 1538736) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1538736) nvcsw: 569
DEBUG    ya.test:process.py:263 Command (pid 1538736) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1538736) stime: 0.283471
DEBUG    ya.test:process.py:263 Command (pid 1538736) utime: 0.5588029999999999
DEBUG    ya.test:process.py:263 Command (pid 1538736) wtime: 1.182
DEBUG    ya.test:process.py:275 Command (pid 1538736) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1538736) 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, 17ad703d-f162-4c4f-841d-b86bb057a0e1, localhost:19880): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 17ad703d-f162-4c4f-841d-b86bb057a0e1, localhost:19880): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 17ad703d-f162-4c4f-841d-b86bb057a0e1, localhost:19880): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ovp7dapg4a.auto.internal" port: 19880 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-ovp7dapg4a.auto.internal:19880, 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:19880
------------------------------ 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/el1k/000dc8/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/el1k/000dc8/ydb/tests/stress/topic_kafka/workload_topic_kafka', '--endpoint', 'grpc://localhost:19880', '--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: 1538839
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, 4e9bf873-db00-4ce3-b033-eea5d31cad63, localhost:19880): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4e9bf873-db00-4ce3-b033-eea5d31cad63, localhost:19880): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4e9bf873-db00-4ce3-b033-eea5d31cad63, localhost:19880): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ovp7dapg4a.auto.internal" port: 19880 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-ovp7dapg4a.auto.internal:19880, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19880
DEBUG    ya.test:process.py:259 Command (pid 1538839) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1538839) elapsed time (sec): 220.42199516296387
DEBUG    ya.test:process.py:263 Command (pid 1538839) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538839) inblock: 336416
DEBUG    ya.test:process.py:263 Command (pid 1538839) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538839) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538839) majflt: 33
DEBUG    ya.test:process.py:263 Command (pid 1538839) maxrss: 1608536
DEBUG    ya.test:process.py:263 Command (pid 1538839) minflt: 2994413
DEBUG    ya.test:process.py:263 Command (pid 1538839) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1538839) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1538839) nivcsw: 35995
DEBUG    ya.test:process.py:263 Command (pid 1538839) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1538839) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1538839) nvcsw: 3628398
DEBUG    ya.test:process.py:263 Command (pid 1538839) oublock: 472056
DEBUG    ya.test:process.py:263 Command (pid 1538839) stime: 43.864539
DEBUG    ya.test:process.py:263 Command (pid 1538839) utime: 231.516489
DEBUG    ya.test:process.py:263 Command (pid 1538839) wtime: 220.425
DEBUG    ya.test:process.py:275 Command (pid 1538839) output:
Window	Lag		Lag time	Read speed	Full time	
#	percentile,msg	percentile,ms	msg/s	MB/s	percentile,ms	
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	
1	0		0		0	0	0	
1	0	0	0		0	
1	0	0	0		0	
2	0		0		0	0	0	
2	0	0	0		0	
2	0	0	0		0	
3	0		0		0	0	0	
3	0	0	0		0	
3	0	0	0		0	
4	0		0		0	0	0	
4	0	0	0		0	
4	0	0	0		0	
5	0		0		0	0	0	
5	0	0	0		0	
5	0	0	0		0	
6	0		0		0	0	0	
6	155	0	277		54	
6	40	0	183		3	
7	0		0		369	0	361	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
7	589	0	547		109	
7	249	0	501		9	
8	101		643		885	0	796	
1	0	0	0		0	
8	626	0	1599		319	
8	418	1	1087		21	
9	291		1695		1104	1	1671	
2	0	0	0		0	
9	632	0	2527		503	
9	483	1	1511		30	
10	373		1791		1939	3	2453	
3	0	0	0		0	
10	935	0	3359		671	
10	951	3	1695		33	
11	723		1943		2578	4	3289	
4	0	0	0		0	
11	1211	0	4287		855	
11	1041	4	1399		27	
12	1231		1927		4104	7	4041	
5	0	0	0		0	
12	558	0	5215		1047	
12	417	1	1503		29	
13	1871		1735		3541	6	4973	
6	1	8	1927		0	
13	829	0	6015		1207	
13	732	2	1751		34	
14	1991		1935		2305	3	5850	
7	0	0	0		0	
14	369	0	6655		1335	
14	357	1	1735		34	
15	2351		2079		1681	3	6749	
8	0	0	0		0	
15	1053	0	7871		1567	
15	884	3	2255		44	
16	2655		2911		273	0	7772	
9	0	0	0		0	
16	848	0	8767		1743	
16	858	3	1815		36	
17	0		0		0	0	0	
10	0	0	0		0	
17	400	0	9663		1935	
17	390	1	2415		47	
18	0		0		297	0	11046	
11	0	0	0		0	
18	190	0	10303		2063	
18	153	0	2415		48	
19	3727		2959		7367	13	11302	
12	0	0	0		0	
19	432	0	11775		2351	
19	494	1	3567		71	
20	3727		1775		0	0	0	
13	0	0	0		0	
20	90	0	12031		2415	
20	0	0	0		0	
21	0		0		0	0	0	
14	0	0	0		0	
21	0	0	0		0	
21	0	0	0		0	
22	3951		4959		8320	15	13743	
15	0	0	0		0	
22	382	0	14591		2911	
22	378	1	5983		119	
23	4095		5695		872	1	15060	
16	0	0	0		0	
23	324	0	15807		3167	
23	329	1	6559		130	
24	4191		6175		1531	2	15691	
17	0	0	0		0	
24	336	0	16191		3231	
24	322	1	6623		131	
25	3855		7775		4402	16	16495	
18	0	0	0		0	
25	162	0	17407		3487	
25	155	0	8831		175	
26	4479		6015		3304	6	17289	
19	0	0	0		0	
26	514	0	18559		3695	
26	543	2	8383		166	
27	4511		9343		1597	11	18316	
20	0	0	0		0	
27	489	0	19327		3855	
27	499	1	8575		170	
28	4767		4863		3673	7	18953	
21	0	0	0		0	
28	460	0	20223		4047	
28	473	1	8959		178	
29	4959		4735		3906	7	20017	
22	0	0	0		0	
29	635	0	21375		4287	
29	619	2	9727		193	
30	5247		3407		3675	7	20935	
23	0	0	0		0	
30	526	0	22015		4415	
30	534	2	9471		189	
31	5503		2191		2094	4	21740	
24	0	0	0		0	
31	977	0	23167		4639	
31	959	3	9855		196	
32	0		0		0	0	0	
25	0	0	0		0	
32	458	0	23807		4767	
32	538	2	9535		189	
33	0		0		0	0	0	
26	0	0	0		0	
33	611	0	24959		4991	
33	492	1	10367		206	
34	0		0		0	0	0	
27	0	0	0		0	
34	0	0	0		0	
34	0	0	0		0	
35	0		0		0	0	0	
28	0	0	0		0	
35	112	0	26879		5375	
35	113	0	11327		225	
36	6975		3839		7165	12	28334	
29	0	0	0		0	
36	348	0	27775		5567	
36	376	1	12735		254	
37	6847		5119		15851	28	28558	
30	0	0	0		0	
37	601	0	28671		5727	
37	604	2	12287		244	
38	7167		5119		3560	6	29238	
31	0	0	0		0	
38	135	0	29823		5951	
38	141	0	15295		305	
39	0		0		5868	11	29626	
32	0	0	0		0	
39	402	0	30463		6111	
39	372	1	13631		271	
40	7551		7423		10917	38	30484	
33	0	0	0		0	
40	164	0	31743		6335	
40	211	0	14783		295	
41	6783		7839		2940	5	27103	
34	0	0	0		0	
41	245	0	32767		6559	
41	204	0	15359		307	
42	7935		9087		2303	4	32815	
35	0	0	0		0	
42	345	0	34047		6783	
42	371	1	16511		331	
43	7871		6239		504	1	26340	
36	0	0	0		0	
43	134	0	34815		6975	
43	169	0	16639		331	
44	8127		7647		7965	15	34284	
37	0	0	0		0	
44	500	0	35327		7039	
44	425	1	17151		343	
45	7039		12799		1643	3	24598	
38	0	0	0		0	
45	528	0	36863		7327	
45	557	2	17919		357	
46	8383		5695		1351	2	36561	
39	0	0	0		0	
46	435	0	37887		7551	
46	398	1	18175		363	
47	8767		2639		256	0	37123	
40	0	0	0		0	
47	829	0	38655		7711	
47	954	3	18559		371	
48	0		0		0	0	0	
41	0	0	0		0	
48	308	0	39167		7807	
48	172	0	18431		367	
49	0		0		298	0	41790	
42	0	0	0		0	
49	296	0	39935		7999	
49	278	1	19967		397	
50	0		0		3644	3	42147	
43	0	0	0		0	
50	105	0	41215		8255	
50	120	0	20607		411	
51	9407		3679		14338	19	41977	
44	0	0	0		0	
51	121	0	42495		8511	
51	132	0	20223		403	
52	0		0		0	0	0	
45	0	0	0		0	
52	313	0	43519		8703	
52	354	1	22143		443	
53	9727		5663		9653	23	44149	
46	0	0	0		0	
53	334	0	44287		8895	
53	369	1	22783		455	
54	9343		6399		10355	24	45368	
47	0	0	0		0	
54	395	0	44799		8959	
54	291	1	22527		451	
55	9983		7039		9270	14	45727	
48	0	0	0		0	
55	472	0	45823		9215	
55	433	1	23423		467	
56	10047		7903		4748	9	45602	
49	0	0	0		0	
56	252	0	46847		9407	
56	267	1	23679		471	
57	10047		9407		2372	4	46752	
50	0	0	0		0	
57	390	0	47871		9599	
57	359	1	24191		481	
58	9855		9983		5222	10	48061	
51	0	0	0		0	
58	331	0	49151		9791	
58	383	1	24575		491	
59	10047		11455		2790	5	48724	
52	0	0	0		0	
59	572	0	49919		9983	
59	496	1	25727		515	
60	10047		10879		7150	13	49513	
53	0	0	0		0	
60	564	0	50687		10047	
60	549	2	25471		509	
61	10047		3167		1276	2	50367	
54	0	0	0		0	
61	705	0	51967		10047	
61	676	2	26239		527	
62	10047		3327		1499	2	51447	
55	0	0	0		0	
62	411	0	52991		10047	
62	379	1	26111		523	
63	0		0		0	0	0	
56	0	0	0		0	
63	493	0	53759		10047	
63	502	1	26751		535	
64	0		0		0	0	0	
57	0	0	0		0	
64	125	0	54271		10047	
64	113	0	29695		591	
65	10047		2255		0	0	0	
58	0	0	0		0	
65	588	0	55551		10047	
65	583	2	28031		559	
66	10047		3023		0	0	0	
59	0	0	0		0	
66	346	0	56319		10047	
66	340	1	29823		595	
67	10047		4127		0	0	0	
60	0	0	0		0	
67	96	0	57087		10047	
67	91	0	30335		607	
68	10047		5375		5988	7	59628	
61	0	0	0		0	
68	23	0	58879		10047	
68	39	0	30079		603	
69	10047		6079		11994	15	60613	
62	0	0	0		0	
69	389	0	59135		10047	
69	373	1	30079		599	
70	0		0		6282	4	61558	
63	0	0	0		0	
70	478	0	60159		10047	
70	455	1	31743		635	
71	10047		6847		7914	10	61689	
64	0	0	0		0	
71	34	0	60927		10047	
71	0	0	0		0	
72	10047		8959		8652	9	62502	
65	0	0	0		0	
72	402	0	62207		10047	
72	398	1	32255		643	
73	10047		9471		15435	30	62309	
66	0	0	0		0	
73	468	0	63487		10047	
73	506	1	33023		659	
74	10047		9599		0	0	0	
67	0	0	0		0	
74	213	0	64511		10047	
74	258	1	33791		675	
75	10047		12095		10452	31	65531	
68	0	0	0		0	
75	390	0	64767		10047	
75	279	1	34815		691	
76	10047		12863		8548	16	65237	
69	0	0	0		0	
76	415	0	66047		10047	
76	416	1	35839		715	
77	0		0		0	0	0	
70	0	0	0		0	
77	288	0	67071		10047	
77	321	1	34815		695	
78	10047		14015		2636	5	67015	
71	0	0	0		0	
78	893	0	68095		10047	
78	816	3	36351		723	
79	0		0		0	0	0	
72	0	0	0		0	
79	514	0	68607		10047	
79	527	2	35071		699	
80	10047		1127		0	0	0	
73	0	0	0		0	
80	90	0	69631		10047	
80	55	0	35071		699	
81	0		0		0	0	0	
74	0	0	0		0	
81	259	0	71167		10047	
81	255	0	36351		727	
82	0		0		0	0	0	
75	0	0	0		0	
82	320	0	71679		10047	
82	313	1	38143		763	
83	10047		4127		23599	22	73733	
76	0	0	0		0	
83	287	0	72703		10047	
83	289	1	39423		787	
84	10047		5119		10139	16	74850	
77	0	0	0		0	
84	464	0	73727		10047	
84	459	1	38399		767	
85	10047		5631		0	0	0	
78	0	0	0		0	
85	134	0	75263		10047	
85	134	0	42495		847	
86	10047		6399		7904	7	76367	
79	0	0	0		0	
86	397	0	75775		10047	
86	382	1	39679		791	
87	10047		7775		6402	10	78685	
80	0	0	0		0	
87	343	0	76799		10047	
87	328	1	41727		831	
88	10047		8255		10805	21	76691	
81	0	0	0		0	
88	193	0	77311		10047	
88	170	0	40703		815	
89	10047		10047		3376	6	77927	
82	0	0	0		0	
89	0	0	0		0	
89	0	0	0		0	
90	10047		10751		8306	16	78680	
83	0	0	0		0	
90	365	0	79359		10047	
90	344	1	42495		847	
91	10047		11583		4396	8	79497	
84	0	0	0		0	
91	260	0	80895		10047	
91	267	1	43519		867	
92	10047		12799		2227	4	80259	
85	0	0	0		0	
92	264	0	81407		10047	
92	272	1	45055		899	
93	10047		13823		0	0	0	
86	0	0	0		0	
93	348	0	82943		10047	
93	353	1	44799		895	
94	0		0		0	0	0	
87	0	0	0		0	
94	640	0	83455		10047	
94	629	2	45823		915	
95	0		0		0	0	0	
88	0	0	0		0	
95	690	0	84479		10047	
95	618	2	45823		915	
96	0		0		0	0	0	
89	0	0	0		0	
96	0	0	0		0	
96	0	0	0		0	
97	10047		2271		298	0	89659	
90	0	0	0		0	
97	139	0	86527		10047	
97	124	0	49919		999	
98	0		0		0	0	0	
91	0	0	0		0	
98	30	0	87551		10047	
98	10	0	47871		955	
99	0		0		0	0	0	
92	0	0	0		0	
99	130	0	88063		10047	
99	137	0	47871		955	
100	10047		5055		16220	8	90718	
93	0	0	0		0	
100	140	0	89087		10047	
100	178	0	49407		987	
101	10047		5983		13290	14	90278	
94	0	0	0		0	
101	290	0	90111		10047	
101	251	0	49919		999	
102	10047		6783		16661	9	92573	
95	0	0	0		0	
102	432	0	91135		10047	
102	490	1	50175		1003	
103	10047		7935		15233	18	92029	
96	0	0	0		0	
103	148	0	91647		10047	
103	77	0	50175		1003	
104	0		0		1785	3	92357	
97	0	0	0		0	
104	150	0	93695		10047	
104	199	0	53503		1071	
105	10047		10367		10226	21	94759	
98	0	0	0		0	
105	539	0	94207		10047	
105	498	1	53247		1063	
106	10047		11199		12619	26	94875	
99	0	0	0		0	
106	387	0	95231		10047	
106	439	1	52991		1055	
107	10047		11711		7259	14	94612	
100	0	0	0		0	
107	537	0	96255		10047	
107	573	2	53503		1071	
108	10047		4799		3654	7	95686	
101	0	0	0		0	
108	1192	0	96767		10047	
108	1050	4	54015		1079	
109	0		0		0	0	0	
102	0	0	0		0	
109	0	0	0		0	
109	0	0	0		0	
110	0		0		0	0	0	
103	0	0	0		0	
110	477	0	98815		10047	
110	538	2	54783		1095	
111	0		0		0	0	0	
104	0	0	0		0	
111	182	0	99327		10047	
111	121	0	53503		1071	
112	10047		2767		0	0	0	
105	0	0	0		0	
112	354	0	100351		10047	
112	399	1	56575		1135	
113	10047		4127		3606	17	100000	
106	0	0	0		0	
113	60	0	100351		10047	
113	0	0	0		0	
114	0		0		0	0	0	
107	0	0	0		0	
114	55	0	100351		10047	
114	97	0	61951		1239	
115	10047		4703		0	0	0	
108	0	0	0		0	
115	309	0	100351		10047	
115	307	1	57599		1151	
116	10047		7231		19776	15	100000	
109	0	0	0		0	
116	486	0	100351		10047	
116	496	1	58111		1167	
117	10047		8383		0	0	0	
110	0	0	0		0	
117	768	0	100351		10047	
117	712	2	60159		1199	
118	10047		8703		6304	1	100000	
111	0	0	0		0	
118	188	0	100351		10047	
118	166	0	59391		1183	
119	10047		9791		13260	14	100000	
112	0	0	0		0	
119	286	0	100351		10047	
119	295	1	59903		1199	
120	10047		10943		0	0	0	
113	0	0	0		0	
120	15	0	100351		10047	
120	1	0	59647		1191	
114	1	8	9855		0	
115	0	0	0		0	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	346	1	24447		487	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	364	0	46079		9215	
116	0	0	0		0	
Window	Lag		Lag time	Read speed	Full time	
#	percentile,msg	percentile,ms	msg/s	MB/s	percentile,ms	
Total	10047		6751		4293	7	57077	
117	0	0	0		0	
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	1927		0	

DEBUG    ya.test:process.py:276 Command (pid 1538839) 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-14T13:18:05.741283Z :WARNING: No initial sequence number for ProducerId 378ece66-a90011f0-86638e35-8918a20a PartitionId 0
2025-10-14T13:18:06.024453Z :WARNING: No initial sequence number for ProducerId 3778fd48-a90011f0-8873ee47-979ddfe6 PartitionId 3
2025-10-14T13:18:06.063932Z :WARNING: No initial sequence number for ProducerId 377b4206-a90011f0-9240bf70-9b16ccaf PartitionId 3
2025-10-14T13:18:06.118437Z :WARNING: No initial sequence number for ProducerId 37746094-a90011f0-b5c99172-5d5f7143 PartitionId 3
2025-10-14T13:18:06.152624Z :WARNING: No initial sequence number for ProducerId 378b9a70-a90011f0-b02c6685-2773b9f8 PartitionId 0
2025-10-14T13:18:06.248277Z :WARNING: No initial sequence number for ProducerId 378f0c8c-a90011f0-92e58697-a9f255a2 PartitionId 0
2025-10-14T13:18:06.256415Z :WARNING: No initial sequence number for ProducerId 3784ba02-a90011f0-946c939a-7971545f PartitionId 0
2025-10-14T13:18:06.268123Z :WARNING: No initial sequence number for ProducerId 3784952c-a90011f0-8d4585c6-1979d024 PartitionId 0
2025-10-14T13:18:06.296300Z :WARNING: No initial sequence number for ProducerId 37796d96-a90011f0-9d3068ea-79d43bd1 PartitionId 3
2025-10-14T13:18:06.318365Z :WARNING: No initial sequence number for ProducerId 378ea828-a90011f0-9ea8b361-17d6e9c1 PartitionId 0
2025-10-14T13:18:06.330635Z :WARNING: No initial sequence number for ProducerId 377a1002-a90011f0-aa0c0d4b-312f5298 PartitionId 3
2025-10-14T13:18:06.336113Z :WARNING: No initial sequence number for ProducerId 378eb318-a90011f0-9e2c5341-b51a1006 PartitionId 0
2025-10-14T13:18:06.342944Z :WARNING: No initial sequence number for ProducerId 378cf4d8-a90011f0-83f2bb8b-6592ddfb PartitionId 0
2025-10-14T13:18:06.348558Z :WARNING: No initial sequence number for ProducerId 3784798e-a90011f0-9832d4dd-856cb0f2 PartitionId 0
2025-10-14T13:18:06.378679Z :WARNING: No initial sequence number for ProducerId 377bc802-a90011f0-8ba872d5-99f17dca PartitionId 3
2025-10-14T13:18:06.387240Z :WARNING: No initial sequence number for ProducerId 37843aa0-a90011f0-9d8523ae-b7211d0f PartitionId 0
2025-10-14T13:18:06.415301Z :WARNING: No initial sequence number for ProducerId 37748d26-a90011f0-8e83a683-d9dbe32e PartitionId 3
2025-10-14T13:18:06.429551Z :WARNING: No initial sequence number for ProducerId 3779fbf8-a90011f0-920d5ecc-19023463 PartitionId 3
2025-10-14T13:18:06.435909Z :WARNING: No initial sequence number for ProducerId 377966f2-a90011f0-bbf8944a-a3b8ea7d PartitionId 3
2025-10-14T13:18:06.444313Z :WARNING: No initial sequence number for ProducerId 37796a30-a90011f0-ab88c676-6fbfa8bd PartitionId 3
2025-10-14T13:18:07.741531Z :WARNING: No initial sequence number for ProducerId 378ece66-a90011f0-86638e35-8918a20a PartitionId 0
2025-10-14T13:18:08.024600Z :WARNING: No initial sequence number for ProducerId 3778fd48-a90011f0-8873ee47-979ddfe6 PartitionId 3
2025-10-14T13:18:08.065303Z :WARNING: No initial sequence number for ProducerId 377b4206-a90011f0-9240bf70-9b16ccaf PartitionId 3
2025-10-14T13:18:08.119045Z :WARNING: No initial sequence number for ProducerId 37746094-a90011f0-b5c99172-5d5f7143 PartitionId 3
2025-10-14T13:18:08.153605Z :WARNING: No initial sequence number for ProducerId 378b9a70-a90011f0-b02c6685-2773b9f8 PartitionId 0
2025-10-14T13:18:08.252612Z :WARNING: No initial sequence number for ProducerId 378f0c8c-a90011f0-92e58697-a9f255a2 PartitionId 0
2025-10-14T13:18:08.260878Z :WARNING: No initial sequence number for ProducerId 3784ba02-a90011f0-946c939a-7971545f PartitionId 0
2025-10-14T13:18:08.268398Z :WARNING: No initial sequence number for ProducerId 3784952c-a90011f0-8d4585c6-1979d024 PartitionId 0
2025-10-14T13:18:08.297152Z :WARNING: No initial sequence number for ProducerId 37796d96-a90011f0-9d3068ea-79d43bd1 PartitionId 3
2025-10-14T13:18:08.320293Z :WARNING: No initial sequence number for ProducerId 378ea828-a90011f0-9ea8b361-17d6e9c1 PartitionId 0
2025-10-14T13:18:08.330920Z :WARNING: No initial sequence number for ProducerId 377a1002-a90011f0-aa0c0d4b-312f5298 PartitionId 3
2025-10-14T13:18:08.343330Z :WARNING: No initial sequence number for ProducerId 378cf4d8-a90011f0-83f2bb8b-6592ddfb PartitionId 0
2025-10-14T13:18:08.344254Z :WARNING: No initial sequence number for ProducerId 378eb318-a90011f0-9e2c5341-b51a1006 PartitionId 0
2025-10-14T13:18:08.350251Z :WARNING: No initial sequence number for ProducerId 3784798e-a90011f0-9832d4dd-856cb0f2 PartitionId 0
2025-10-14T13:18:08.379926Z :WARNING: No initial sequence number for ProducerId 377bc802-a90011f0-8ba872d5-99f17dca PartitionId 3
2025-10-14T13:18:08.387538Z :WARNING: No initial sequence number for ProducerId 37843aa0-a90011f0-9d8523ae-b7211d0f PartitionId 0
2025-10-14T13:18:08.419482Z :WARNING: No initial sequence number for ProducerId 37748d26-a90011f0-8e83a683-d9dbe32e PartitionId 3
2025-10-14T13:18:08.429930Z :WARNING: No initial sequence number for ProducerId 3779fbf8-a90011f0-920d5ecc-19023463 PartitionId 3
2025-10-14T13:18:08.437551Z :WARNING: No initial sequence number for ProducerId 377966f2-a90011f0-bbf8944a-a3b8ea7d PartitionId 3
2025-10-14T13:18:08.444586Z :WARNING: No initial sequence number for ProducerId 37796a30-a90011f0-ab88c676-6fbfa8bd PartitionId 3
2025-10-14T13:18:09.747863Z :WARNING: No initial sequence number for ProducerId 378ece66-a90011f0-86638e35-8918a20a PartitionId 0
2025-10-14T13:18:10.025106Z :WARNING: No initial sequence number for ProducerId 3778fd48-a90011f0-8873ee47-979ddfe6 PartitionId 3
2025-10-14T13:18:10.068480Z :WARNING: No initial sequence number for ProducerId 377b4206-a90011f0-9240bf70-9b16ccaf PartitionId 3
2025-10-14T13:18:10.121427Z :WARNING: No initial sequence number for ProducerId 37746094-a90011f0-b5c99172-5d5f7143 PartitionId 3
2025-10-14T13:18:10.156278Z :WARNING: No initial sequence number for ProducerId 378b9a70-a90011f0-b02c6685-2773b9f8 PartitionId 0
2025-10-14T13:18:10.253057Z :WARNING: No initial sequence number for ProducerId 378f0c8c-a90011f0-92e58697-a9f255a2 PartitionId 0
2025-10-14T13:18:10.264307Z :WARNING: No initial sequence number for ProducerId 3784ba02-a90011f0-946c939a-7971545f PartitionId 0
2025-10-14T13:18:10.272366Z :WARNING: No initial sequence number for ProducerId 3784952c-a90011f0-8d4585c6-1979d024 PartitionId 0
2025-10-14T13:18:10.300368Z :WARNING: No initial sequence number for ProducerId 37796d96-a90011f0-9d3068ea-79d43bd1 PartitionId 3
2025-10-14T13:18:10.324398Z :WARNING: No initial sequence number for ProducerId 378ea828-a90011f0-9ea8b361-17d6e9c1 PartitionId 0
2025-10-14T13:18:10.336352Z :WARNING: No initial sequence number for ProducerId 377a1002-a90011f0-aa0c0d4b-312f5298 PartitionId 3
2025-10-14T13:18:10.347576Z :WARNING: No initial sequence number for ProducerId 378eb318-a90011f0-9e2c5341-b51a1006 PartitionId 0
2025-10-14T13:18:10.349787Z :WARNING: No initial sequence number for ProducerId 378cf4d8-a90011f0-83f2bb8b-6592ddfb PartitionId 0
2025-10-14T13:18:10.350437Z :WARNING: No initial sequence number for ProducerId 3784798e-a90011f0-9832d4dd-856cb0f2 PartitionId 0
2025-10-14T13:18:10.381599Z :WARNING: No initial sequence number for ProducerId 377bc802-a90011f0-8ba872d5-99f17dca PartitionId 3
2025-10-14T13:18:10.391677Z :WARNING: No initial sequence number for ProducerId 37843aa0-a90011f0-9d8523ae-b7211d0f PartitionId 0
2025-10-14T13:18:10.424483Z :WARNING: No initial sequence number for ProducerId 37748d26-a90011f0-8e83a683-d9dbe32e PartitionId 3
2025-10-14T13:18:10.432314Z :WARNING: No initial sequence number for ProducerId 3779fbf8-a90011f0-920d5ecc-19023463 PartitionId 3
2025-10-14T13:18:10.438891Z :WARNING: No initial sequence number for ProducerId 377966f2-a90011f0-bbf8944a-a3b8ea7d PartitionId 3
2025-10-14T13:18:10.445385Z :WARNING: No initial sequence number for ProducerId 37796a30-a90011f0-ab88c676-6fbfa8bd PartitionId 3
2025-10-14T13:18:12.964258Z :WARNING: No initial sequence number for ProducerId 3be0ffde-a90011f0-a94d4576-3d105e1a PartitionId 2
2025-10-14T13:18:14.973784Z :WARNING: No initial sequence number for ProducerId 3be0ffde-a90011f0-a94d4576-3d105e1a PartitionId 2
2025-10-14T13:18:19.409807Z :NOTICE: [/Root] [/Root] [63d1deaf-5cb339b7-f4a8b214-301fd0bd] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:19.410274Z :NOTICE: [/Root] [/Root] [63d1deaf-5cb339b7-f4a8b214-301fd0bd] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:19.511486Z :NOTICE: [/Root] [/Root] [55034605-b163a93b-c42289d9-a27c9c38] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:19.521301Z :NOTICE: [/Root] [/Root] [55034605-b163a93b-c42289d9-a27c9c38] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:19.812128Z :NOTICE: [/Root] [/Root] [2d8922f9-789f3646-c136a70c-e0e66b70] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:19.827014Z :NOTICE: [/Root] [/Root] [2d8922f9-789f3646-c136a70c-e0e66b70] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:19.942288Z :NOTICE: [/Root] [/Root] [2f9df317-8912840c-c13ea1a1-fe434e12] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:19.955175Z :NOTICE: [/Root] [/Root] [2f9df317-8912840c-c13ea1a1-fe434e12] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:34.897562Z :NOTICE: [/Root] [/Root] [15572f7-b8e1959a-9cd64ef-d48e73d4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:34.899215Z :NOTICE: [/Root] [/Root] [15572f7-b8e1959a-9cd64ef-d48e73d4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:34.980486Z :NOTICE: [/Root] [/Root] [4b9d7823-24ea25c0-f958b86b-669c172a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:34.980936Z :NOTICE: [/Root] [/Root] [4b9d7823-24ea25c0-f958b86b-669c172a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:35.228663Z :NOTICE: [/Root] [/Root] [2c698447-fade2b64-55527ec1-5a3c19d2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:35.249129Z :NOTICE: [/Root] [/Root] [2c698447-fade2b64-55527ec1-5a3c19d2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:35.316130Z :NOTICE: [/Root] [/Root] [b3741a1a-71720b3b-b7a57c85-e4bf2cb9] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:35.324170Z :NOTICE: [/Root] [/Root] [b3741a1a-71720b3b-b7a57c85-e4bf2cb9] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:50.080494Z :NOTICE: [/Root] [/Root] [cd08649f-fa901fea-8000bb5c-fb7d9b77] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:50.086315Z :NOTICE: [/Root] [/Root] [cd08649f-fa901fea-8000bb5c-fb7d9b77] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:50.101604Z :NOTICE: [/Root] [/Root] [5c40aafa-5740ee2e-248c2306-3f0c06bb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:50.102098Z :NOTICE: [/Root] [/Root] [5c40aafa-5740ee2e-248c2306-3f0c06bb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:50.392463Z :NOTICE: [/Root] [/Root] [22d1abc1-2655dd8d-3a3ed8da-df223441] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:50.393807Z :NOTICE: [/Root] [/Root] [22d1abc1-2655dd8d-3a3ed8da-df223441] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:18:50.733224Z :NOTICE: [/Root] [/Root] [e971ca18-285ef7c9-f6feec1c-cee9e6f1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:18:50.733740Z :NOTICE: [/Root] [/Root] [e971ca18-285ef7c9-f6feec1c-cee9e6f1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:05.305146Z :NOTICE: [/Root] [/Root] [af987484-8a86720-b5064c09-33dde738] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:05.306352Z :NOTICE: [/Root] [/Root] [af987484-8a86720-b5064c09-33dde738] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:05.455456Z :NOTICE: [/Root] [/Root] [1ca72b50-459a50b0-47bf2a89-bc600c5c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:05.461180Z :NOTICE: [/Root] [/Root] [1ca72b50-459a50b0-47bf2a89-bc600c5c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:05.825908Z :NOTICE: [/Root] [/Root] [a6201d71-efb9044-56da622a-c85e1564] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:05.826322Z :NOTICE: [/Root] [/Root] [a6201d71-efb9044-56da622a-c85e1564] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:06.048604Z :NOTICE: [/Root] [/Root] [9bc858c5-4a4d76f7-77bbb8fc-fe97445d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:06.057988Z :NOTICE: [/Root] [/Root] [9bc858c5-4a4d76f7-77bbb8fc-fe97445d] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:20.997838Z :NOTICE: [/Root] [/Root] [2df38b16-6ac93870-b6e27ade-621ffaee] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:20.998302Z :NOTICE: [/Root] [/Root] [2df38b16-6ac93870-b6e27ade-621ffaee] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:21.354168Z :NOTICE: [/Root] [/Root] [6d16426-a2d42f34-925f93ef-ffd4d827] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:21.354702Z :NOTICE: [/Root] [/Root] [6d16426-a2d42f34-925f93ef-ffd4d827] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:21.562990Z :NOTICE: [/Root] [/Root] [35174e87-8efda794-bc16811a-826732b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:21.563477Z :NOTICE: [/Root] [/Root] [35174e87-8efda794-bc16811a-826732b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:22.145774Z :NOTICE: [/Root] [/Root] [9f2b4f65-930cdc22-428d7a38-1b3086eb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:22.149139Z :NOTICE: [/Root] [/Root] [9f2b4f65-930cdc22-428d7a38-1b3086eb] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:36.375687Z :NOTICE: [/Root] [/Root] [85c244d7-604c7bc6-b235c3cd-3ebcc2f9] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:36.463118Z :NOTICE: [/Root] [/Root] [85c244d7-604c7bc6-b235c3cd-3ebcc2f9] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:36.726933Z :NOTICE: [/Root] [/Root] [60c50d70-90f75a1d-fb202e5c-76365ee] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:36.732336Z :NOTICE: [/Root] [/Root] [60c50d70-90f75a1d-fb202e5c-76365ee] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:36.838709Z :NOTICE: [/Root] [/Root] [1e6c075a-2e4efbc-5cca2362-c62d1c9b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:36.839747Z :NOTICE: [/Root] [/Root] [1e6c075a-2e4efbc-5cca2362-c62d1c9b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:37.175097Z :NOTICE: [/Root] [/Root] [c11f9326-56868a5c-79375659-e24f0763] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:37.210497Z :NOTICE: [/Root] [/Root] [c11f9326-56868a5c-79375659-e24f0763] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:52.011472Z :NOTICE: [/Root] [/Root] [6aa81ee4-1fedbea-5cf89779-1fc5db67] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:52.015383Z :NOTICE: [/Root] [/Root] [6aa81ee4-1fedbea-5cf89779-1fc5db67] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:52.105736Z :NOTICE: [/Root] [/Root] [fb47a7b0-9d18e257-bdb53f51-2c2220c7] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:52.110892Z :NOTICE: [/Root] [/Root] [fb47a7b0-9d18e257-bdb53f51-2c2220c7] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:52.230157Z :NOTICE: [/Root] [/Root] [9519a6a7-c337bf0e-72be4f7a-16d6edd3] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:52.230916Z :NOTICE: [/Root] [/Root] [9519a6a7-c337bf0e-72be4f7a-16d6edd3] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:19:52.347349Z :NOTICE: [/Root] [/Root] [e5c67962-9212a4be-d6ad501d-1eea9a4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:19:52.354691Z :NOTICE: [/Root] [/Root] [e5c67962-9212a4be-d6ad501d-1eea9a4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:20:07.248976Z :NOTICE: [/Root] [/Root] [5c914639-6e1aee75-b3c3e879-7b432f24] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:20:07.256974Z :NOTICE: [/Root] [/Root] [5c914639-6e1aee75-b3c3e879-7b432f24] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:20:07.401957Z :WARNING: [/Root]  TraceId []  SessionId [37748d26-a90011f0-8e83a683-d9dbe32e|7fd4c073-7553e599-cee13d30-adaccd9d_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.404193Z :WARNING: [/Root]  TraceId []  SessionId [37746094-a90011f0-b5c99172-5d5f7143|33f68edf-2961dfd1-5b8a0205-82940da_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.404608Z :WARNING: [/Root]  TraceId []  SessionId [377966f2-a90011f0-bbf8944a-a3b8ea7d|899694a7-66e27b6f-a99c185d-289f1eef_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.424735Z :WARNING: [/Root]  TraceId []  SessionId [3787c300-a90011f0-a842a281-156d171e|7f0a73b0-430e18ff-50623f89-708cc048_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.424778Z :WARNING: [/Root]  TraceId []  SessionId [37a0d534-a90011f0-a1497e63-854cbdfa|17f615a9-fcad874b-a712b29f-2d77ff10_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.424859Z :WARNING: [/Root]  TraceId []  SessionId [37a30ffc-a90011f0-a5ca3dde-a9dd04e7|64c9696b-cc922e72-c3c2eebe-38407de9_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.424901Z :WARNING: [/Root]  TraceId []  SessionId [37f13aa6-a90011f0-84548f22-259029d6|3e106c00-91bd9ce5-7281f92c-8be8d304_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.424924Z :WARNING: [/Root]  TraceId []  SessionId [379c8de4-a90011f0-9d8a2969-1fee264b|39785c69-90bb950c-30ce1b67-6461ae08_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.424971Z :WARNING: [/Root]  TraceId []  SessionId [37cc6866-a90011f0-923d31cc-41661234|55837b93-514ab03b-95950274-5ae496e9_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.424988Z :WARNING: [/Root]  TraceId []  SessionId [380129f2-a90011f0-99fbd085-7b024e0f|a03e1f8-73726fb5-6184f870-a745db08_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.425066Z :WARNING: [/Root]  TraceId []  SessionId [37b5b210-a90011f0-9e77ab4b-7b06cc67|f6297d8a-5e750d4-6928b42c-ee1f4c32_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.405261Z :WARNING: [/Root]  TraceId []  SessionId [3779fbf8-a90011f0-920d5ecc-19023463|ffc83712-ac211ec4-f4f5c6c-c0484abf_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.425180Z :WARNING: [/Root]  TraceId []  SessionId [37e0f272-a90011f0-868c564f-8fe843c1|bcb9801b-355deabb-f9f0d0e8-437b24f8_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.425217Z :WARNING: [/Root]  TraceId []  SessionId [37b13cee-a90011f0-86cc6869-5ba8fab6|ccd2bb9d-31163748-56e1a8e8-7848aee7_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.425374Z :WARNING: [/Root]  TraceId []  SessionId [37ccb032-a90011f0-8a6606eb-89bd6a30|43102d7c-81bc0768-ab0b9d9a-166cd2bd_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.425580Z :WARNING: [/Root]  TraceId []  SessionId [37f64bae-a90011f0-aa1d4374-fb901c05|83d039f-e03dd311-24d9855-5d77434f_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.406003Z :WARNING: [/Root]  TraceId []  SessionId [377a1002-a90011f0-aa0c0d4b-312f5298|d85bd9a2-485e906e-784f764a-81106268_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.425912Z :WARNING: [/Root]  TraceId []  SessionId [37b7f4d0-a90011f0-a9297f6a-d92ecf31|667d4811-8fd4d292-cb6d6093-8dcc5647_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.426020Z :WARNING: [/Root]  TraceId []  SessionId [37e302c4-a90011f0-9176359a-bd2bab82|1cff2496-40d72f12-27e2047a-d8aec73f_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.426543Z :WARNING: [/Root]  TraceId []  SessionId [38028040-a90011f0-a82bc45c-81119bca|7058ca57-4aa782d6-97b9c6ca-8282966d_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.412990Z :WARNING: [/Root]  TraceId []  SessionId [37796d96-a90011f0-9d3068ea-79d43bd1|82ce077c-a2d9b07d-78326953-246dcbc3_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.416238Z :WARNING: [/Root]  TraceId []  SessionId [37796a30-a90011f0-ab88c676-6fbfa8bd|a5b7e8c8-c94cae03-393b592d-a9bbc1d1_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.426733Z :WARNING: [/Root]  TraceId []  SessionId [37a8dfd6-a90011f0-9cb02bcf-47e84b75|6893a38d-b40560f9-5c0e599c-285f05fa_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.426816Z :WARNING: [/Root]  TraceId []  SessionId [37b99e0c-a90011f0-843b6a8c-1353b180|94af7a3-d24d761b-6765d67d-3121f026_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.426902Z :WARNING: [/Root]  TraceId []  SessionId [37e6c828-a90011f0-aed3b1da-3df1982c|ddfc7a81-81c93fb6-fbadc2b6-a217dab3_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.426996Z :WARNING: [/Root]  TraceId []  SessionId [380bfb48-a90011f0-af288675-3243e2b|c801dd1b-f604dba3-3eec428b-6d55cb20_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.421582Z :WARNING: [/Root]  TraceId []  SessionId [377b4206-a90011f0-9240bf70-9b16ccaf|d57f7842-c97a8af0-b21d0d18-30342e6b_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.409546Z :WARNING: [/Root]  TraceId []  SessionId [377bc802-a90011f0-8ba872d5-99f17dca|1910ddc8-f26b1424-8ba673-bfd5493d_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.427442Z :WARNING: [/Root]  TraceId []  SessionId [37a116b6-a90011f0-83be1641-8d34bbcc|ffe434d2-5e8f8c0f-94e51f70-3ca7f881_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.427527Z :WARNING: [/Root]  TraceId []  SessionId [37b8b9ce-a90011f0-87f1ae49-131b13b3|ed3ca3a6-cd44c1e0-5095231a-357b6243_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.427862Z :NOTICE: [/Root] [/Root] [3dcfe68a-1671d64a-babd4d1b-5f4504ab] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:20:07.428322Z :NOTICE: [/Root] [/Root] [3dcfe68a-1671d64a-babd4d1b-5f4504ab] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:20:07.432873Z :WARNING: [/Root]  TraceId []  SessionId [37d7314c-a90011f0-864ec2c8-adafd31f|785dee63-b2e47095-fec40e31-989c0409_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.435356Z :WARNING: [/Root]  TraceId []  SessionId [37e7e30c-a90011f0-b7a6dade-397932c9|a6362658-f4440e38-b84a0574-14984406_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.436562Z :WARNING: [/Root]  TraceId []  SessionId [380432aa-a90011f0-8d3a75af-c7169858|94b53dec-4a3b5b32-698bca86-be365dd2_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.435543Z :WARNING: [/Root]  TraceId []  SessionId [37c9b24c-a90011f0-81ccbadc-99c751c2|ed8b61b9-e4f5e6d-7db402b2-dca837b9_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.438573Z :WARNING: [/Root]  TraceId []  SessionId [37d9ad96-a90011f0-aed522e4-a5066bfe|6577a4bc-b0770134-d48f2192-f46b1380_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.436516Z :WARNING: [/Root]  TraceId []  SessionId [37d7cf94-a90011f0-a140a4ae-336daa36|a76a9728-3f428911-cecbb23e-946f35a_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.443909Z :WARNING: [/Root]  TraceId []  SessionId [3778fd48-a90011f0-8873ee47-979ddfe6|22075503-8528c2ea-e0808b51-2dbbb22e_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.444121Z :WARNING: [/Root]  TraceId []  SessionId [37a2657a-a90011f0-84caf263-8f3bc960|b10de431-8e1c7ce6-f2dcb927-33e1c893_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.444253Z :WARNING: [/Root]  TraceId []  SessionId [37bb1002-a90011f0-8f62dace-65d75ed3|96ffcea-72ae2a1f-7b901dc9-8385f6c5_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.444369Z :WARNING: [/Root]  TraceId []  SessionId [37c606b0-a90011f0-9189a586-d17bdfe6|f1e034c6-3371f053-95d2f2f5-70031fff_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502151Z :WARNING: [/Root]  TraceId []  SessionId [37843aa0-a90011f0-9d8523ae-b7211d0f|f73fa5b1-70da653e-767f4da3-bdb1134_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502312Z :WARNING: [/Root]  TraceId []  SessionId [37ace8ce-a90011f0-9733769c-655ecdd9|745f7618-7565adec-fcac743f-42787cce_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502462Z :WARNING: [/Root]  TraceId []  SessionId [37f2ace2-a90011f0-914c5a09-36171a3|59611d56-e8a76dc5-5d19e761-f2356e4f_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502498Z :WARNING: [/Root]  TraceId []  SessionId [3784952c-a90011f0-8d4585c6-1979d024|95e02484-b471836b-428844f0-a7713ece_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502569Z :WARNING: [/Root]  TraceId []  SessionId [380b0e7c-a90011f0-8086ac2c-f79d2460|206e2558-bcc6a95-380a7adf-3cc90e8a_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502623Z :WARNING: [/Root]  TraceId []  SessionId [37a5f0b4-a90011f0-a542538f-b33b872d|cc8bf395-b321de35-ebc1b894-6ee325f4_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502715Z :WARNING: [/Root]  TraceId []  SessionId [37ade116-a90011f0-b20e4c3c-93f7df50|c3cc5052-1202dc7-a13a1fed-a660e9cc_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502797Z :WARNING: [/Root]  TraceId []  SessionId [3784ba02-a90011f0-946c939a-7971545f|b24f2095-45a3270e-1b2e6fb3-a5b56d02_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502994Z :WARNING: [/Root]  TraceId []  SessionId [37aa669e-a90011f0-a7a998ff-41ece2d9|742be2b8-7072f407-2701beae-59bf5cd7_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.503113Z :WARNING: [/Root]  TraceId []  SessionId [37b1268c-a90011f0-9419e609-49c4c42b|69c8f812-2e62af52-dd3cf409-450050c4_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.503221Z :WARNING: [/Root]  TraceId []  SessionId [37c021d2-a90011f0-aaa0e391-93ec6ea7|cf2500a0-6f411af5-c09130a7-efdc2d_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.502834Z :WARNING: [/Root]  TraceId []  SessionId [37af38e0-a90011f0-89f91e6c-1f7245e4|2a9e8fc4-b53112c2-e80fa44e-5c036235_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.503685Z :WARNING: [/Root]  TraceId []  SessionId [3784798e-a90011f0-9832d4dd-856cb0f2|c1a69e35-70d84b55-b14774e0-b589397d_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.513612Z :WARNING: [/Root]  TraceId []  SessionId [37aed49a-a90011f0-a9386c69-c3fb67c4|d62b47e0-9551a757-b95eb1e5-62e8ed12_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.521673Z :WARNING: [/Root]  TraceId []  SessionId [37d8e906-a90011f0-b54e6612-1bfc9ea2|b5cf519-44706e20-8a90bc87-aa09143b_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.531342Z :WARNING: [/Root]  TraceId []  SessionId [37f66cce-a90011f0-9512b60c-5bd0fec7|67bcd151-1b19f2f5-9d0bafcb-59c635e8_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.559177Z :WARNING: [/Root]  TraceId []  SessionId [378cf4d8-a90011f0-83f2bb8b-6592ddfb|375ab718-f1faaf22-3f1c98aa-ef674cff_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.559360Z :WARNING: [/Root]  TraceId []  SessionId [379ed2ac-a90011f0-8ff3dc25-93405989|270a9873-9196811a-43b63f68-ee8f2674_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.559486Z :WARNING: [/Root]  TraceId []  SessionId [37a79bee-a90011f0-9527526e-f5306615|3faf24c3-9fae10c1-11762a3f-544f8b9f_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.562296Z :WARNING: [/Root]  TraceId []  SessionId [378b9a70-a90011f0-b02c6685-2773b9f8|33b021dd-e2664fd7-bccabcde-c1674267_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.603569Z :WARNING: [/Root]  TraceId []  SessionId [37a0aff0-a90011f0-9edc9d54-7fe2cab2|c7488df9-e333d483-bc140c02-22400419_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.603836Z :WARNING: [/Root]  TraceId []  SessionId [37a147c6-a90011f0-af6f00b5-8b5e6aff|915d1f0b-ad66d4a6-4c46baf5-8eb911d4_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.605127Z :WARNING: [/Root]  TraceId []  SessionId [37c268f2-a90011f0-8397bb14-31f5b41d|ed590ff6-2873a5e0-e215b82-dd8a3537_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.562353Z :WARNING: [/Root]  TraceId []  SessionId [37ec68be-a90011f0-aaa66c9c-9b464138|33ffff4-772f8c8e-b8e8a732-55477a0b_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.564543Z :WARNING: [/Root]  TraceId []  SessionId [378ea828-a90011f0-9ea8b361-17d6e9c1|ffe010c5-386a455d-14b0b34b-2a39e5e4_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.608224Z :WARNING: [/Root]  TraceId []  SessionId [37c70a42-a90011f0-9cd23616-fbd29ab4|737043ca-927d03fe-eedea774-fe872762_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.609861Z :WARNING: [/Root]  TraceId []  SessionId [37e133ea-a90011f0-b56aff25-399577ef|85d67300-90a4f8f9-85b83b3-5db2c1dc_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.610107Z :WARNING: [/Root]  TraceId []  SessionId [37f7d1a4-a90011f0-81279ccc-3ff43576|fb0b034-7c4bb6df-91af3f7e-4a376caa_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.568937Z :WARNING: [/Root]  TraceId []  SessionId [378eb318-a90011f0-9e2c5341-b51a1006|e59b9423-568b09e-687a8208-17b79265_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.570298Z :WARNING: [/Root]  TraceId []  SessionId [378f0c8c-a90011f0-92e58697-a9f255a2|c6045f61-16b8b6ce-1785b51d-9f64c60_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.568618Z :WARNING: [/Root]  TraceId []  SessionId [378ece66-a90011f0-86638e35-8918a20a|41610585-fb263126-dac20207-39f69531_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.617092Z :WARNING: [/Root]  TraceId []  SessionId [37983c1c-a90011f0-984e2860-af0f46dc|51091b91-151c5ffa-2a952ee2-37e4cdef_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.617286Z :WARNING: [/Root]  TraceId []  SessionId [37b99f56-a90011f0-b793e010-8bb4e98f|39cde10d-440350ae-3decace-4c7a8425_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.617383Z :WARNING: [/Root]  TraceId []  SessionId [37ea847c-a90011f0-a0b0f54c-b1e5b137|6ad7d4d6-c49bcac-4bf5a450-8d17a24e_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.617484Z :WARNING: [/Root]  TraceId []  SessionId [37f93ad0-a90011f0-a5684d98-17445e2e|cab2acc8-b8c439e3-3edfa7ae-88d08bc4_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.617951Z :WARNING: [/Root]  TraceId []  SessionId [379935e0-a90011f0-897b5be8-3d76c0c8|cad606d0-ae67f878-bf3c81fe-861b9001_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.625930Z :WARNING: [/Root]  TraceId []  SessionId [37c7510a-a90011f0-ba4b8df7-9977f2f0|d86a6110-f7fca26f-77901354-766af57b_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.628866Z :WARNING: [/Root]  TraceId []  SessionId [37daf12e-a90011f0-aaed7c5c-f52aed8b|61ba0ee9-94302bf1-a15e7de3-bccd0c0a_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.630389Z :WARNING: [/Root]  TraceId []  SessionId [379a8166-a90011f0-90c2f26a-99db3397|923c6613-76152c56-d59cba17-d48fb939_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.649614Z :WARNING: [/Root]  TraceId []  SessionId [379de626-a90011f0-844f186a-35094e40|acf8c1d0-898f3188-18bc3f28-d3ce9929_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-10-14T13:20:07.848570Z :NOTICE: [/Root] [/Root] [41a17d07-d9acf457-1b697538-914bd382] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:20:07.849161Z :NOTICE: [/Root] [/Root] [41a17d07-d9acf457-1b697538-914bd382] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:20:08.212455Z :NOTICE: [/Root] [/Root] [7fd61f10-503bcffa-3147bd03-4281e9b1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:20:08.212939Z :NOTICE: [/Root] [/Root] [7fd61f10-503bcffa-3147bd03-4281e9b1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-10-14T13:20:08.693121Z :NOTICE: [/Root] [/Root] [bb305041-3c341666-f5fdfa3c-4128a66a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-10-14T13:20:08.693306Z :NOTICE: [/Root] [/Root] [bb305041-3c341666-f5fdfa3c-4128a66a] 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, ee4bd376-ccbb-4d3d-943a-766ff3e56afc, localhost:19880): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ee4bd376-ccbb-4d3d-943a-766ff3e56afc, localhost:19880): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, ee4bd376-ccbb-4d3d-943a-766ff3e56afc, localhost:19880): 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-14T13:21:41.396711238+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:19880". Error details:
 Cancelled on the server side
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19880
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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19880". 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:19880/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63388
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11687
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24847
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19880
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8204
============================== slowest durations ===============================
220.45s call     test_workload_topic.py::TestYdbTopicWorkload::test
127.45s teardown test_workload_topic.py::TestYdbTopicWorkload::test
11.32s 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/el1k/000dc8/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/el1k/000dc8/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.461544 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 7.662226 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 10.81819 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 13.979939 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 17.184562 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 20.347972 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 23.486615 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 26.630655 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 29.753821 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.002383 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1538136==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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003484ffe2 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00003484ffe2 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00003484ffe2 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00003484ffe2 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00003484ffe2 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x00003484ffe2 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x00003484ffe2 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x00003484ffe2 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x00003484ffe2 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x00003485ec5e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003a62bed7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003a61d854 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#18 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#19 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#20 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#21 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#22 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003484fefc in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x00003484fefc in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x00003485ec5e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003a62bed7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003a61d854 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#11 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#12 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#13 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#14 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#15 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001be25ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001be25ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001be25ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001be25ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001be25ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001be25ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001be25ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001be25ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001be25ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001be25ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x00003485385c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x00003485385c 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 0x00003485385c 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 0x00003a629dcf 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 0x00003a61d4c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#21 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#22 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#23 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#24 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#25 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003485384a 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 0x00003485384a 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 0x00003a629dcf 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 0x00003a61d4c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#10 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#11 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#12 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#13 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#14 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001be25a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001be25a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001be25a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x00003485385c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x00003485385c 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 0x00003485385c 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 0x00003a629dcf 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 0x00003a61d4c1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#14 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#15 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#16 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#17 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#18 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000033fd2474 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000033fd2474 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000033fd2474 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000033fd2474 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000033fd2474 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000033fd2474 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000033fd2474 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000033fd2474 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000033fd2474 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000033fd2474 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000033fd2474 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 0x000033fd1242 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x000033fd1242 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000033fd7760 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x0000340339a8 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 0x00003485e596 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003a6270cb 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 0x00003a61cf32 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#24 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#25 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#26 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#27 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#28 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000033fd23d2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000033fd23d2 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000033fd23d2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000033fd23d2 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 0x000033fd1242 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x000033fd1242 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000033fd7760 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x0000340339a8 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 0x00003485e596 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003a6270cb 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 0x00003a61cf32 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003a60d1a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x0000413c4509 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000413c3560 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000413c3560 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x000021e1ab87 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#17 0x000021ed1e01 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#18 0x000021edb9f4 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#19 0x000021edafad in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#20 0x000021edd01e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#21 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00002758d598 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00002758d598 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00002758d598 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00002758d598 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00002758d598 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x00002758d598 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x00002758d598 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x00002758d598 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x00002758d23f 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 0x00002758c098 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003a6d19fa in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003a6d19fa 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 0x00003a6d19fa 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 0x00003a6d19fa in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003a6d19fa 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 0x00001f40a45f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003a6c0a61 in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003a6c0a61 in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00003a6c0a61 in NKikimr::NGRpcService::TYdbCounterBlock::StartProcessing(unsigned int, TInstant) /-S/ydb/core/grpc_services/counters/counters.cpp:195:9
#20 0x000041432fcb in NYdbGrpc::TGRpcRequestImpl<NKikimrClient::TSchemeOperation, NKikimrClient::TResponse, NKikimr::NGRpcProxy::TGRpcService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:430:24
#21 0x00003a61547c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00003a61547c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00003a61547c 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
#24 0x00003a61547c 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
#25 0x00003a61547c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00003a61547c 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
#27 0x000021a9c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#28 0x000021a9c24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#29 0x000021a9c24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#30 0x000021a9c7ac in Execute /-S/util/thread/factory.h:15:13
#31 0x000021a9c7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#32 0x00001f698dd4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#33 0x00001f3366e6 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 0x00001f372bcd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00002758d598 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00002758d598 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00002758d598 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00002758d598 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00002758d598 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x00002758d598 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x00002758d598 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x00002758d598 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x00002758d23f 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 0x00002758c098 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003a6d19fa in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
==================== 1 passed, 1 error in 361.44s (0:06:01) ====================
