============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/89i4/001601/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:679: 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/89i4/001601/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/89i4/001601/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, 0 sessions to shutdown
E   GRpc shutdown warning: left infly: 1, spent: 4.859316 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 8.070702 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.251579 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 14.421709 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 17.678542 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 20.982821 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 24.280707 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 27.51653 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.001799 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1477687==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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e82d32 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034e82d32 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034e82d32 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034e82d32 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 0x000034e82d32 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034e82d32 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034e82d32 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034e82d32 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034e82d32 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034e919ae in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b707c97 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b6f9614 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e82c4c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034e82c4c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034e919ae in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b707c97 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b6f9614 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c365ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c365ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c365ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c365ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c365ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c365ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c365ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c365ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c365ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c365ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034e865ac in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034e865ac 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 0x000034e865ac 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 0x00003b705b8f 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 0x00003b6f9281 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e8659a 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 0x000034e8659a 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 0x00003b705b8f 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 0x00003b6f9281 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c365a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c365a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c365a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034e865ac in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034e865ac 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 0x000034e865ac 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 0x00003b705b8f 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 0x00003b6f9281 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000346051c4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000346051c4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000346051c4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000346051c4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000346051c4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x0000346051c4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x0000346051c4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x0000346051c4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x0000346051c4 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x0000346051c4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x0000346051c4 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 0x000034603f92 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x000034603f92 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x00003460a4b0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000346666f8 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 0x000034e912e6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b702e8b 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 0x00003b6f8cf2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034605122 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034605122 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034605122 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034605122 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 0x000034603f92 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x000034603f92 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x00003460a4b0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000346666f8 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 0x000034e912e6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b702e8b 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 0x00003b6f8cf2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027cb5c68 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027cb5c68 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027cb5c68 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027cb5c68 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027cb5c68 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027cb5c68 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027cb5c68 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027cb5c68 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027cb590f 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 0x000027cb4768 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b7ad7ba in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b7ad7ba 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 0x00003b7ad7ba 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 0x00003b7ad7ba in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b7ad7ba 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 0x00001fb7ba3f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003b79bb5f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003b79bb5f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00003b79bb5f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x000047080cde in NYdbGrpc::TGRpcRequestImpl<Ydb::Query::FetchScriptResultsRequest, Ydb::Query::FetchScriptResultsResponse, NKikimr::NGRpcService::TGRpcYdbQueryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
E   #21 0x00003b6f123c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00003b6f123c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00003b6f123c 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 0x00003b6f123c 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 0x00003b6f123c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00003b6f123c 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 0x00002220b24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #28 0x00002220b24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #29 0x00002220b24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #30 0x00002220b7ac in Execute /-S/util/thread/factory.h:15:13
E   #31 0x00002220b7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #32 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #33 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027cb5c68 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027cb5c68 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027cb5c68 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027cb5c68 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027cb5c68 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027cb5c68 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027cb5c68 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027cb5c68 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027cb590f 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 0x000027cb4768 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b7ad7ba in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b7ad7ba 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
------------------------------ 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/89i4/001601/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8698
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/89i4/001601/r3tmp/kikimr_cluster_bdacxxgb
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10911
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18805
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26614
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17447
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/89i4/001601/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:269 Final command: /home/runner/.ya/build/build_root/89i4/001601/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/89i4/001601/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_7o27z74y.log --grpc-port=10911 --mon-port=18805 --ic-port=8698
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:10911/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/89i4/001601/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:269 Final command: /home/runner/.ya/build/build_root/89i4/001601/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/89i4/001601/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_7o27z74y.log --grpc-port=10911 --mon-port=18805 --ic-port=8698
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/89i4/001601/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/89i4/001601/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/89i4/001601/ydb/tests/stress/topic_kafka/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_7o27z74y.log', '--grpc-port=10911', '--mon-port=18805', '--ic-port=8698')' in '/home/runner/.ya/build/build_root/89i4/001601/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: 1477687
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:10911/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/89i4/001601/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1477688
DEBUG    ya.test:process.py:259 Command (pid 1477688) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1477688) elapsed time (sec): 1.0435538291931152
DEBUG    ya.test:process.py:263 Command (pid 1477688) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) maxrss: 470588
DEBUG    ya.test:process.py:263 Command (pid 1477688) minflt: 45223
DEBUG    ya.test:process.py:263 Command (pid 1477688) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) nivcsw: 297
DEBUG    ya.test:process.py:263 Command (pid 1477688) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1477688) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1477688) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1477688) stime: 0.209004
DEBUG    ya.test:process.py:263 Command (pid 1477688) utime: 0.505648
DEBUG    ya.test:process.py:263 Command (pid 1477688) wtime: 1.064
DEBUG    ya.test:process.py:275 Command (pid 1477688) output:
Git info:
    Commit: 82125ab105dc41b1f1c8a2218fff6686e9f002df
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge bc28c6941f35d8a5e874ac61d65bd33ea64b1873 into cc64f5f8969a18828679bf60ba5006c5feea3348

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-kfxp6gzr7a
    Host information: 
        Linux ghrun-kfxp6gzr7a 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/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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 1477688) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 82125ab105dc41b1f1c8a2218fff6686e9f002df
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge bc28c6941f35d8a5e874ac61d65bd33ea64b1873 into cc64f5f8969a18828679bf60ba5006c5feea3348
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/89i4/001601/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10911', '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: 8698\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/89i4/001601/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10911', '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: 8698\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1478215
DEBUG    ya.test:process.py:259 Command (pid 1478215) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478215) elapsed time (sec): 1.3580164909362793
DEBUG    ya.test:process.py:263 Command (pid 1478215) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) maxrss: 563968
DEBUG    ya.test:process.py:263 Command (pid 1478215) minflt: 51613
DEBUG    ya.test:process.py:263 Command (pid 1478215) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 1478215) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478215) nvcsw: 746
DEBUG    ya.test:process.py:263 Command (pid 1478215) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1478215) stime: 0.275115
DEBUG    ya.test:process.py:263 Command (pid 1478215) utime: 0.5921529999999999
DEBUG    ya.test:process.py:263 Command (pid 1478215) wtime: 1.371
DEBUG    ya.test:process.py:275 Command (pid 1478215) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/89i4/001601/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10911', '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/89i4/001601/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10911', '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: 1478422
DEBUG    ya.test:process.py:259 Command (pid 1478422) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478422) elapsed time (sec): 1.1456007957458496
DEBUG    ya.test:process.py:263 Command (pid 1478422) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) maxrss: 564200
DEBUG    ya.test:process.py:263 Command (pid 1478422) minflt: 51567
DEBUG    ya.test:process.py:263 Command (pid 1478422) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) nivcsw: 228
DEBUG    ya.test:process.py:263 Command (pid 1478422) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478422) nvcsw: 933
DEBUG    ya.test:process.py:263 Command (pid 1478422) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1478422) stime: 0.229763
DEBUG    ya.test:process.py:263 Command (pid 1478422) utime: 0.590671
DEBUG    ya.test:process.py:263 Command (pid 1478422) wtime: 1.156
DEBUG    ya.test:process.py:275 Command (pid 1478422) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:552 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:559 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 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:299 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:379 RpcState(ListEndpoints, 6969ccb5-b9db-484b-87b7-333064d42d88, localhost:10911): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6969ccb5-b9db-484b-87b7-333064d42d88, localhost:10911): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6969ccb5-b9db-484b-87b7-333064d42d88, localhost:10911): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-kfxp6gzr7a.auto.internal" port: 10911 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-kfxp6gzr7a.auto.internal:10911, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
------------------------------ 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/89i4/001601/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/89i4/001601/ydb/tests/stress/topic_kafka/workload_topic_kafka', '--endpoint', 'grpc://localhost:10911', '--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: 1478608
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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:379 RpcState(ListEndpoints, c96279f6-e0ce-4216-bc37-627baf93f4ff, localhost:10911): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c96279f6-e0ce-4216-bc37-627baf93f4ff, localhost:10911): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c96279f6-e0ce-4216-bc37-627baf93f4ff, localhost:10911): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-kfxp6gzr7a.auto.internal" port: 10911 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-kfxp6gzr7a.auto.internal:10911, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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:379 RpcState(ListEndpoints, 12e68d82-6825-4ad6-b393-49df49592ba7, localhost:10911): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 12e68d82-6825-4ad6-b393-49df49592ba7, localhost:10911): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 12e68d82-6825-4ad6-b393-49df49592ba7, localhost:10911): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-kfxp6gzr7a.auto.internal" port: 10911 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-kfxp6gzr7a.auto.internal:10911, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ya.test:process.py:259 Command (pid 1478608) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478608) elapsed time (sec): 233.7100863456726
DEBUG    ya.test:process.py:263 Command (pid 1478608) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478608) inblock: 234304
DEBUG    ya.test:process.py:263 Command (pid 1478608) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478608) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478608) majflt: 1122
DEBUG    ya.test:process.py:263 Command (pid 1478608) maxrss: 1519176
DEBUG    ya.test:process.py:263 Command (pid 1478608) minflt: 2772962
DEBUG    ya.test:process.py:263 Command (pid 1478608) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478608) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478608) nivcsw: 28213
DEBUG    ya.test:process.py:263 Command (pid 1478608) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478608) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478608) nvcsw: 2014293
DEBUG    ya.test:process.py:263 Command (pid 1478608) oublock: 505496
DEBUG    ya.test:process.py:263 Command (pid 1478608) stime: 33.724182
DEBUG    ya.test:process.py:263 Command (pid 1478608) utime: 172.973499
DEBUG    ya.test:process.py:263 Command (pid 1478608) wtime: 233.719
DEBUG    ya.test:process.py:275 Command (pid 1478608) 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	0	0	0		0	
6	0	0	0		0	
7	0		0		0	0	0	
7	0	0	0		0	
7	0	0	0		0	
8	0		0		0	0	0	
8	0	0	0		0	
8	0	0	0		0	
9	0		0		0	0	0	
9	0	0	0		0	
9	0	0	0		0	
10	0		0		0	0	0	
10	0	0	0		0	
10	0	0	0		0	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
11	0		0		0	0	0	
11	0	0	0		0	
11	0	0	0		0	
1	0	0	0		0	
12	0		0		0	0	0	
12	0	0	0		0	
12	0	0	0		0	
2	0	0	0		0	
13	0		0		0	0	0	
13	0	0	0		0	
13	0	0	0		0	
3	0	0	0		0	
14	0		0		0	0	0	
14	0	0	0		0	
14	0	0	0		0	
4	0	0	0		0	
15	0		0		0	0	0	
15	0	0	0		0	
15	0	0	0		0	
5	0	0	0		0	
16	0		0		0	0	0	
16	0	0	0		0	
16	0	0	0		0	
6	0	0	0		0	
17	0		0		0	0	0	
17	0	0	0		0	
17	0	0	0		0	
7	0	0	0		0	
18	0		0		0	0	0	
18	0	0	0		0	
18	26	0	265		51	
8	0	0	0		0	
19	5		343		190	0	793	
19	39	0	547		10	
19	87	0	811		161	
9	1	8	1727		0	
20	24		429		515	0	1455	
20	158	0	923		18	
20	605	0	1663		331	
10	0	0	0		0	
21	57		875		548	0	2140	
21	63	0	1263		25	
21	48	0	2751		551	
11	0	0	0		0	
22	281		1639		692	17	2534	
22	202	0	2095		41	
22	323	0	3583		715	
12	0	0	0		0	
23	399		1271		334	0	3151	
23	229	0	2287		45	
23	196	0	4095		819	
13	0	0	0		0	
24	423		2751		730	1	4877	
24	183	0	2879		57	
24	164	0	5087		1015	
14	0	0	0		0	
25	277		3551		444	0	6072	
25	200	0	4159		82	
25	184	0	6239		1247	
15	0	0	0		0	
26	559		3519		996	2	5023	
26	343	1	4255		84	
26	310	0	5887		1175	
16	0	0	0		0	
27	635		3551		762	1	5877	
27	245	0	4927		98	
27	421	0	6783		1359	
17	0	0	0		0	
28	771		3967		1201	2	6663	
28	439	1	5087		101	
28	320	0	7519		1503	
18	0	0	0		0	
29	907		4031		482	0	6555	
29	371	1	5855		116	
29	312	0	8191		1639	
19	0	0	0		0	
30	1011		3935		1384	2	7443	
30	292	1	6111		121	
30	319	0	9279		1847	
20	0	0	0		0	
31	1047		4799		751	1	8342	
31	289	1	7167		142	
31	386	0	10239		2047	
21	0	0	0		0	
32	0		0		0	0	0	
32	589	2	7295		145	
32	505	0	10943		2191	
22	0	0	0		0	
33	0		0		0	0	0	
33	762	2	7583		150	
33	840	0	11903		2383	
23	0	0	0		0	
34	0		0		0	0	0	
34	288	1	7455		148	
34	168	0	12607		2527	
24	0	0	0		0	
35	1935		2719		1829	3	14088	
35	295	1	8895		177	
35	378	0	13887		2783	
25	0	0	0		0	
36	2399		3439		6034	11	14673	
36	291	1	8831		175	
36	220	0	14783		2959	
26	0	0	0		0	
37	2367		4255		5242	9	15057	
37	551	2	9663		192	
37	544	0	15743		3151	
27	0	0	0		0	
38	2223		5823		2003	21	13794	
38	234	0	10303		205	
38	274	0	17023		3407	
28	0	0	0		0	
39	3007		6047		3369	6	15142	
39	386	1	10559		210	
39	365	0	17535		3503	
29	0	0	0		0	
40	3279		6271		423	0	12782	
40	307	1	10943		218	
40	394	0	18687		3743	
30	0	0	0		0	
41	3423		5023		8198	15	17957	
41	758	2	11775		234	
41	657	0	19711		3935	
31	0	0	0		0	
42	0		0		0	0	0	
42	17	0	12031		239	
42	12	0	19327		3855	
32	0	0	0		0	
43	3679		4415		1954	3	19139	
43	355	1	12863		257	
43	345	0	21503		4319	
33	0	0	0		0	
44	3583		4223		1898	3	16284	
44	130	0	13567		271	
44	206	0	22399		4479	
34	0	0	0		0	
45	4223		4079		1330	2	15832	
45	522	2	14143		281	
45	454	0	23423		4671	
35	0	0	0		0	
46	4223		4735		0	0	0	
46	0	0	0		0	
46	0	0	0		0	
36	0	0	0		0	
47	0		0		0	0	0	
47	714	2	15615		311	
47	766	0	25599		5119	
37	0	0	0		0	
48	0		0		0	0	0	
48	194	0	15487		309	
48	149	0	26367		5279	
38	0	0	0		0	
49	0		0		0	0	0	
49	629	2	16255		325	
49	713	0	27263		5471	
39	0	0	0		0	
50	0		0		0	0	0	
50	397	1	16383		327	
50	381	0	28415		5695	
40	0	0	0		0	
51	0		0		0	0	0	
51	312	1	17791		353	
51	230	0	29183		5823	
41	0	0	0		0	
52	0		0		0	0	0	
52	0	0	0		0	
52	0	0	0		0	
42	0	0	0		0	
53	5023		4479		5855	11	31028	
53	236	0	18431		369	
53	249	0	31231		6271	
43	0	0	0		0	
54	5471		5087		9937	19	30769	
54	265	1	20607		411	
54	265	0	32255		6463	
44	0	0	0		0	
55	5535		6015		7866	15	32421	
55	135	0	19839		395	
55	170	0	33279		6655	
45	0	0	0		0	
56	5535		6111		2	0	25618	
56	261	1	20735		415	
56	252	0	34047		6815	
46	0	0	0		0	
57	5599		7871		7557	14	27446	
57	250	0	21759		435	
57	246	0	35327		7039	
47	0	0	0		0	
58	6111		8895		3151	6	28449	
58	279	1	22271		445	
58	258	0	36095		7199	
48	0	0	0		0	
59	6271		4287		2307	4	34347	
59	323	1	23167		463	
59	416	0	37375		7455	
49	0	0	0		0	
60	5503		10431		9271	34	37202	
60	553	2	23039		461	
60	485	0	38143		7615	
50	0	0	0		0	
61	6911		5887		842	1	25217	
61	223	0	25599		511	
61	364	0	39423		7839	
51	0	0	0		0	
62	6751		4479		3417	6	37119	
62	968	3	23935		477	
62	947	0	39935		7999	
52	0	0	0		0	
63	0		0		0	0	0	
63	847	3	23679		473	
63	751	0	40447		8095	
53	0	0	0		0	
64	0		0		0	0	0	
64	440	1	24575		489	
64	444	0	41727		8383	
54	0	0	0		0	
65	6623		2511		3957	16	42294	
65	392	1	24575		491	
65	410	0	42751		8575	
55	0	0	0		0	
66	0		0		0	0	0	
66	131	0	25727		515	
66	161	0	43775		8767	
56	0	0	0		0	
67	8319		2591		3956	7	43750	
67	239	0	25599		511	
67	274	0	44287		8895	
57	0	0	0		0	
68	7199		5599		7501	14	45399	
68	315	1	27903		559	
68	275	0	45567		9151	
58	0	0	0		0	
69	8319		5919		7756	15	45500	
69	65	0	28543		571	
69	170	0	46847		9407	
59	0	0	0		0	
70	6623		7103		1	8	51408	
70	476	1	28287		563	
70	430	0	47615		9535	
60	0	0	0		0	
71	8127		8575		3820	7	41743	
71	12	0	28287		567	
71	0	0	0		0	
61	0	0	0		0	
72	8191		9023		3321	6	47526	
72	34	0	30847		615	
72	73	0	49663		9983	
62	0	0	0		0	
73	8447		9983		613	1	47730	
73	352	1	30463		607	
73	340	0	50687		10047	
63	0	0	0		0	
74	8447		11007		0	0	0	
74	179	0	31359		627	
74	184	0	51711		10047	
64	0	0	0		0	
75	0		0		0	0	0	
75	70	0	31615		631	
75	45	0	51967		10047	
65	0	0	0		0	
76	7903		13375		3569	6	53083	
76	133	0	36351		723	
76	119	0	53759		10047	
66	0	0	0		0	
77	8319		13311		5362	7	53609	
77	120	0	33535		667	
77	176	0	54783		10047	
67	0	0	0		0	
78	0		0		0	0	0	
78	323	1	34303		683	
78	337	0	55039		10047	
68	0	0	0		0	
79	0		0		0	0	0	
79	543	2	35071		703	
79	509	0	56575		10047	
69	0	0	0		0	
80	0		0		0	0	0	
80	362	1	34815		695	
80	335	0	56831		10047	
70	0	0	0		0	
81	0		0		0	0	0	
81	97	0	39935		799	
81	120	0	58623		10047	
71	0	0	0		0	
82	0		0		0	0	0	
82	176	0	37375		743	
82	183	0	59391		10047	
72	0	0	0		0	
83	0		0		0	0	0	
83	101	0	37375		747	
83	95	0	59903		10047	
73	0	0	0		0	
84	0		0		0	0	0	
84	114	0	37887		755	
84	172	0	61695		10047	
74	0	0	0		0	
85	10047		6047		10745	15	61390	
85	175	0	38655		771	
85	150	0	61951		10047	
75	0	0	0		0	
86	0		0		1793	0	64642	
86	243	0	41983		839	
86	207	0	62975		10047	
76	0	0	0		0	
87	9727		8095		9003	14	62848	
87	242	0	40447		807	
87	289	0	64255		10047	
77	0	0	0		0	
88	8959		7423		0	0	0	
88	77	0	40191		803	
88	10	0	62719		10047	
78	0	0	0		0	
89	10047		10047		9680	15	64708	
89	0	0	0		0	
89	27	0	67071		10047	
79	0	0	0		0	
90	10047		9983		299	0	65031	
90	254	0	45823		911	
90	283	0	67071		10047	
80	0	0	0		0	
91	10047		11967		10394	17	66565	
91	424	1	43775		875	
91	473	0	68607		10047	
81	0	0	0		0	
92	10047		12543		4749	9	66506	
92	203	0	44287		883	
92	293	0	69119		10047	
82	0	0	0		0	
93	10047		12927		505	0	67268	
93	445	1	44799		895	
93	447	0	70143		10047	
83	0	0	0		0	
94	0		0		0	0	0	
94	591	2	45311		907	
94	628	0	71167		10047	
84	0	0	0		0	
95	0		0		0	0	0	
95	445	1	45055		899	
95	306	0	71679		10047	
85	0	0	0		0	
96	0		0		0	0	0	
96	205	0	46847		935	
96	276	0	73215		10047	
86	0	0	0		0	
97	10047		2879		0	0	0	
97	343	1	47615		947	
97	432	0	73727		10047	
87	0	0	0		0	
98	10047		3727		0	0	0	
98	375	1	49407		987	
98	258	0	74751		10047	
88	0	0	0		0	
99	10047		4319		0	0	0	
99	1	0	47359		943	
99	4	0	73727		10047	
89	0	0	0		0	
100	10047		6527		10796	15	76436	
100	71	0	50175		1003	
100	165	0	77311		10047	
90	0	0	0		0	
101	10047		6783		5362	7	77537	
101	549	2	49919		999	
101	450	0	77311		10047	
91	0	0	0		0	
102	10047		6975		5362	7	77955	
102	0	0	0		0	
102	0	0	0		0	
92	0	0	0		0	
103	10047		8031		0	0	0	
103	40	0	51967		1039	
103	90	0	80383		10047	
93	0	0	0		0	
104	10047		9791		3186	17	82810	
104	338	1	52223		1047	
104	281	0	80895		10047	
94	0	0	0		0	
105	10047		9983		512	1	80459	
105	202	0	54015		1079	
105	221	0	81919		10047	
95	0	0	0		0	
106	10047		12159		12591	21	80841	
106	119	0	53247		1071	
106	118	0	82431		10047	
96	0	0	0		0	
107	0		0		924	1	81139	
107	0	0	0		0	
107	0	0	0		0	
97	0	0	0		0	
108	0		0		0	0	0	
108	0	0	0		0	
108	0	0	0		0	
98	0	0	0		0	
109	0		0		0	0	0	
109	227	0	58623		1175	
109	242	0	86015		10047	
99	0	0	0		0	
110	0		0		0	0	0	
110	280	1	56831		1143	
110	296	0	86527		10047	
100	0	0	0		0	
111	0		0		0	0	0	
111	476	1	58111		1159	
111	502	0	87551		10047	
101	0	0	0		0	
112	0		0		0	0	0	
112	346	1	58623		1175	
112	432	0	88575		10047	
102	0	0	0		0	
113	10047		1271		0	0	0	
113	772	3	58367		1167	
113	726	0	89599		10047	
103	0	0	0		0	
114	10047		2383		0	0	0	
114	231	0	59135		1183	
114	180	0	90111		10047	
104	0	0	0		0	
115	0		0		0	0	0	
115	115	0	59903		1199	
115	122	0	91647		10047	
105	0	0	0		0	
116	10047		4927		1593	8	95293	
116	44	0	60159		1207	
116	123	0	93183		10047	
106	0	0	0		0	
117	10047		4543		1	8	98779	
117	247	0	64255		1287	
117	199	0	93695		10047	
107	0	0	0		0	
118	10047		6047		5180	1	96041	
118	242	0	61695		1231	
118	224	0	94207		10047	
108	0	0	0		0	
119	10047		7359		6756	7	95643	
119	108	0	62463		1247	
119	77	0	94719		10047	
109	0	0	0		0	
120	10047		7999		13968	15	96353	
120	237	0	63231		1263	
120	244	0	96255		10047	
110	0	0	0		0	
111	0	0	0		0	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	237	0	24063		479	
Window	Write speed	Write time	Inflight	
#	msg/s	MB/s	percentile,ms	percentile,msg	
Total	244	0	39935		7999	
112	0	0	0		0	
Window	Lag		Lag time	Read speed	Full time	
#	percentile,msg	percentile,ms	msg/s	MB/s	percentile,ms	
Total	5471		4927		2158	4	48241	
113	0	0	0		0	
114	1	8	6431		0	
115	0	0	0		0	
116	0	0	0		0	
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	1727		0	

DEBUG    ya.test:process.py:276 Command (pid 1478608) 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-11-25T10:27:48.499713Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:27:48.620869Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:27:48.636366Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:27:48.662927Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:27:48.691668Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:27:48.706733Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:27:48.779401Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:27:48.955931Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:27:48.967384Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:27:49.039869Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:27:49.072801Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:27:49.081342Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:27:49.107883Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:27:49.160106Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:27:49.169166Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:27:49.182537Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:27:49.186012Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:27:49.242222Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:27:49.271703Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:27:49.306300Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:27:50.503813Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:27:50.621315Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:27:50.642921Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:27:50.675422Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:27:50.696289Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:27:50.708201Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:27:50.782654Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:27:50.956915Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:27:50.967867Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:27:51.047310Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:27:51.075961Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:27:51.087692Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:27:51.109256Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:27:51.161295Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:27:51.172366Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:27:51.185045Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:27:51.191845Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:27:51.245091Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:27:51.276872Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:27:51.307212Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:27:52.514098Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:27:52.632799Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:27:52.652638Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:27:52.689640Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:27:52.704328Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:27:52.717490Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:27:52.788665Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:27:52.960095Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:27:52.970424Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:27:53.059193Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:27:53.078859Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:27:53.093934Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:27:53.112391Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:27:53.164065Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:27:53.176239Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:27:53.195707Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:27:53.196284Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:27:53.248455Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:27:53.282807Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:27:53.321256Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:27:54.515635Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:27:54.635673Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:27:54.661030Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:27:54.694962Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:27:54.711865Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:27:54.732413Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:27:54.800088Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:27:54.967981Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:27:54.976667Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:27:55.067924Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:27:55.079462Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:27:55.104065Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:27:55.116750Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:27:55.168332Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:27:55.180875Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:27:55.200827Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:27:55.200936Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:27:55.263658Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:27:55.290484Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:27:55.328576Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:27:56.520503Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:27:56.647564Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:27:56.668780Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:27:56.698913Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:27:56.715948Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:27:56.739634Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:27:56.815209Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:27:56.971655Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:27:56.979565Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:27:57.071389Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:27:57.081263Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:27:57.107767Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:27:57.117098Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:27:57.172611Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:27:57.182397Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:27:57.204285Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:27:57.204416Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:27:57.268690Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:27:57.299788Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:27:57.331687Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:27:58.537221Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:27:58.651207Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:27:58.679667Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:27:58.700847Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:27:58.719735Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:27:58.747681Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:27:58.818676Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:27:58.976006Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:27:58.983659Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:27:59.071977Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:27:59.095803Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:27:59.110122Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:27:59.117386Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:27:59.176489Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:27:59.185241Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:27:59.206424Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:27:59.206715Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:27:59.281009Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:27:59.301009Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:27:59.335251Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:27:59.839900Z :WARNING: No initial sequence number for ProducerId 69b4cc2e-c9e911f0-87ff4cea-1d20f258 PartitionId 2
2025-11-25T10:28:00.545071Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:28:00.655813Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:28:00.700013Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:28:00.702303Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:28:00.726667Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:28:00.752175Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:28:00.838851Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:28:00.980107Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:28:01.010636Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:28:01.075483Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:28:01.105904Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:28:01.124714Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:28:01.129666Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:28:01.176873Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:28:01.191756Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:28:01.223968Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:28:01.255794Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:28:01.285891Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:28:01.304702Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:28:01.338873Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:28:01.851703Z :WARNING: No initial sequence number for ProducerId 69b4cc2e-c9e911f0-87ff4cea-1d20f258 PartitionId 2
2025-11-25T10:28:02.558276Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:28:02.667644Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:28:02.703171Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:28:02.707447Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:28:02.732428Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:28:02.763675Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:28:02.852482Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:28:02.987794Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:28:03.023385Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:28:03.092228Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:28:03.111912Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:28:03.128334Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:28:03.131933Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:28:03.180151Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:28:03.192975Z :NOTICE: [/Root] [/Root] [d05e46d6-dce99a5-2fc3b597-fbff120e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:03.193637Z :NOTICE: [/Root] [/Root] [d05e46d6-dce99a5-2fc3b597-fbff120e] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:03.195266Z :NOTICE: [/Root] [/Root] [804933a2-d961fd26-4c288b82-8a43d72] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:03.195795Z :NOTICE: [/Root] [/Root] [804933a2-d961fd26-4c288b82-8a43d72] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:03.196004Z :NOTICE: [/Root] [/Root] [7a08e662-8b00469f-c23ff5f5-a849de26] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:03.201014Z :NOTICE: [/Root] [/Root] [7a08e662-8b00469f-c23ff5f5-a849de26] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:03.195817Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:28:03.224967Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:28:03.232072Z :NOTICE: [/Root] [/Root] [4e543c1f-b302fc71-361109d4-3afd5a8c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:03.232609Z :NOTICE: [/Root] [/Root] [4e543c1f-b302fc71-361109d4-3afd5a8c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:03.260529Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:28:03.298192Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:28:03.312730Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:28:03.344303Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:28:03.860607Z :WARNING: No initial sequence number for ProducerId 69b4cc2e-c9e911f0-87ff4cea-1d20f258 PartitionId 2
2025-11-25T10:28:04.568474Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:28:04.679897Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:28:04.703487Z :WARNING: No initial sequence number for ProducerId 62fb07e0-c9e911f0-8805bd30-fb92d64 PartitionId 0
2025-11-25T10:28:04.719890Z :WARNING: No initial sequence number for ProducerId 62dfc624-c9e911f0-91f3233b-8bf47f9d PartitionId 1
2025-11-25T10:28:04.740134Z :WARNING: No initial sequence number for ProducerId 63027e9e-c9e911f0-87439d80-ddc5787f PartitionId 0
2025-11-25T10:28:04.767013Z :WARNING: No initial sequence number for ProducerId 62e84402-c9e911f0-82e1c244-cd64c2e9 PartitionId 1
2025-11-25T10:28:04.864246Z :WARNING: No initial sequence number for ProducerId 6309e0bc-c9e911f0-89182bea-df2b87af PartitionId 0
2025-11-25T10:28:04.996620Z :WARNING: No initial sequence number for ProducerId 62dbe8c4-c9e911f0-a6f93de1-25e71135 PartitionId 1
2025-11-25T10:28:05.038383Z :WARNING: No initial sequence number for ProducerId 62df2930-c9e911f0-98d7bb26-61972276 PartitionId 1
2025-11-25T10:28:05.094327Z :WARNING: No initial sequence number for ProducerId 62f8fba8-c9e911f0-89e9069d-b4c193c PartitionId 1
2025-11-25T10:28:05.120436Z :WARNING: No initial sequence number for ProducerId 62e1e9ea-c9e911f0-91787e69-fb974ebc PartitionId 1
2025-11-25T10:28:05.132010Z :WARNING: No initial sequence number for ProducerId 6312d82a-c9e911f0-865ea906-3d4fd8d2 PartitionId 0
2025-11-25T10:28:05.136790Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:28:05.183678Z :WARNING: No initial sequence number for ProducerId 63153ad4-c9e911f0-8863619c-7f0e254d PartitionId 0
2025-11-25T10:28:05.207738Z :WARNING: No initial sequence number for ProducerId 62e3657c-c9e911f0-af42ad18-4fa0ca6e PartitionId 1
2025-11-25T10:28:05.231685Z :WARNING: No initial sequence number for ProducerId 62f66672-c9e911f0-81575099-7b07a264 PartitionId 1
2025-11-25T10:28:05.270713Z :WARNING: No initial sequence number for ProducerId 630a047a-c9e911f0-aeedbb00-e5ef6782 PartitionId 0
2025-11-25T10:28:05.304177Z :WARNING: No initial sequence number for ProducerId 63078b78-c9e911f0-8c5c0cfd-19bf8f54 PartitionId 0
2025-11-25T10:28:05.319689Z :WARNING: No initial sequence number for ProducerId 62fb41c4-c9e911f0-be6ae5fa-f99d1280 PartitionId 0
2025-11-25T10:28:05.347861Z :WARNING: No initial sequence number for ProducerId 62fbce28-c9e911f0-969dd5f1-5bfd262f PartitionId 0
2025-11-25T10:28:06.574198Z :WARNING: No initial sequence number for ProducerId 62e7dd78-c9e911f0-a01a5b2f-e707f7b6 PartitionId 1
2025-11-25T10:28:06.683711Z :WARNING: No initial sequence number for ProducerId 62ec1bd6-c9e911f0-9bb6e827-fd05c84d PartitionId 1
2025-11-25T10:28:06.725942Z :WARNING: No initial sequence number for ProducerId 62ef8b68-c9e911f0-a08ad279-61c656f2 PartitionId 2
2025-11-25T10:28:06.811257Z :WARNING: No initial sequence number for ProducerId 63128a96-c9e911f0-b3ebb80c-8dcea015 PartitionId 0
2025-11-25T10:28:07.043910Z :WARNING: No initial sequence number for ProducerId 62f6cbc6-c9e911f0-99de701e-63a7f18b PartitionId 2
2025-11-25T10:28:07.124427Z :WARNING: No initial sequence number for ProducerId 630e8b3a-c9e911f0-b47fc774-df553e51 PartitionId 2
2025-11-25T10:28:07.136344Z :WARNING: No initial sequence number for ProducerId 63588a8c-c9e911f0-871f1e95-dd7f7fed PartitionId 2
2025-11-25T10:28:07.137669Z :WARNING: No initial sequence number for ProducerId 630ce492-c9e911f0-b6be0f64-51b0ed8d PartitionId 0
2025-11-25T10:28:07.188987Z :WARNING: No initial sequence number for ProducerId 63385e24-c9e911f0-a45cf9c2-9f8f13d9 PartitionId 2
2025-11-25T10:28:07.239186Z :WARNING: No initial sequence number for ProducerId 6352d7ae-c9e911f0-93baa238-c9d13186 PartitionId 2
2025-11-25T10:28:07.275693Z :WARNING: No initial sequence number for ProducerId 637494de-c9e911f0-86888be5-55aef6c2 PartitionId 2
2025-11-25T10:28:07.308100Z :WARNING: No initial sequence number for ProducerId 635b6324-c9e911f0-b44ed5c9-f74af47 PartitionId 2
2025-11-25T10:28:07.359656Z :WARNING: No initial sequence number for ProducerId 6349685e-c9e911f0-b9be13ed-db79d370 PartitionId 1
2025-11-25T10:28:08.733558Z :WARNING: No initial sequence number for ProducerId 62ef8b68-c9e911f0-a08ad279-61c656f2 PartitionId 2
2025-11-25T10:28:09.132517Z :WARNING: No initial sequence number for ProducerId 630e8b3a-c9e911f0-b47fc774-df553e51 PartitionId 2
2025-11-25T10:28:09.148078Z :WARNING: No initial sequence number for ProducerId 63588a8c-c9e911f0-871f1e95-dd7f7fed PartitionId 2
2025-11-25T10:28:09.189215Z :WARNING: No initial sequence number for ProducerId 63385e24-c9e911f0-a45cf9c2-9f8f13d9 PartitionId 2
2025-11-25T10:28:09.241863Z :WARNING: No initial sequence number for ProducerId 6352d7ae-c9e911f0-93baa238-c9d13186 PartitionId 2
2025-11-25T10:28:09.290116Z :WARNING: No initial sequence number for ProducerId 637494de-c9e911f0-86888be5-55aef6c2 PartitionId 2
2025-11-25T10:28:09.319280Z :WARNING: No initial sequence number for ProducerId 635b6324-c9e911f0-b44ed5c9-f74af47 PartitionId 2
2025-11-25T10:28:18.218022Z :NOTICE: [/Root] [/Root] [db3c8a8d-954dfb11-e2ecf471-88251334] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:18.249148Z :NOTICE: [/Root] [/Root] [db3c8a8d-954dfb11-e2ecf471-88251334] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:18.375789Z :NOTICE: [/Root] [/Root] [f6f3849e-4f438d7f-1e19ce0a-b3aba139] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:18.376192Z :NOTICE: [/Root] [/Root] [f6f3849e-4f438d7f-1e19ce0a-b3aba139] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:18.415871Z :NOTICE: [/Root] [/Root] [e7e1ce04-f7b5b81d-66af152a-3eeb2026] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:18.416372Z :NOTICE: [/Root] [/Root] [e7e1ce04-f7b5b81d-66af152a-3eeb2026] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:18.720635Z :NOTICE: [/Root] [/Root] [cb276e6c-ce4f70dd-2bfb111d-d3a5eaf9] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:18.721187Z :NOTICE: [/Root] [/Root] [cb276e6c-ce4f70dd-2bfb111d-d3a5eaf9] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:33.460440Z :NOTICE: [/Root] [/Root] [b5775392-3f75e318-848bfda7-d841ebfa] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:33.463082Z :NOTICE: [/Root] [/Root] [b5775392-3f75e318-848bfda7-d841ebfa] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:33.570930Z :NOTICE: [/Root] [/Root] [6d7eb09-543946a5-f0088f2d-833873a2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:33.571429Z :NOTICE: [/Root] [/Root] [6d7eb09-543946a5-f0088f2d-833873a2] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:34.280468Z :NOTICE: [/Root] [/Root] [65d18978-e7923b36-d8e67884-3f5c9ae4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:34.280886Z :NOTICE: [/Root] [/Root] [65d18978-e7923b36-d8e67884-3f5c9ae4] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:34.623807Z :NOTICE: [/Root] [/Root] [1d6b7343-8b4f8a6c-972f6df0-1aae794a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:34.624280Z :NOTICE: [/Root] [/Root] [1d6b7343-8b4f8a6c-972f6df0-1aae794a] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:48.868661Z :NOTICE: [/Root] [/Root] [11def289-943ade3e-cd487761-7c04df44] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:48.869109Z :NOTICE: [/Root] [/Root] [11def289-943ade3e-cd487761-7c04df44] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:49.254624Z :NOTICE: [/Root] [/Root] [48ffa17-3c532f81-fae531a-93465772] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:49.255123Z :NOTICE: [/Root] [/Root] [48ffa17-3c532f81-fae531a-93465772] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:49.777129Z :NOTICE: [/Root] [/Root] [69c174d5-3f95b22b-5fc5d1aa-a12efc41] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:49.777573Z :NOTICE: [/Root] [/Root] [69c174d5-3f95b22b-5fc5d1aa-a12efc41] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:28:49.786703Z :NOTICE: [/Root] [/Root] [30bc10f7-98c87fcf-86aa8cfa-37663af6] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:28:49.788701Z :NOTICE: [/Root] [/Root] [30bc10f7-98c87fcf-86aa8cfa-37663af6] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:04.392620Z :NOTICE: [/Root] [/Root] [afa2cf98-dd801dc2-f7077b5d-6b5a18c3] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:04.393041Z :NOTICE: [/Root] [/Root] [afa2cf98-dd801dc2-f7077b5d-6b5a18c3] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:04.440896Z :NOTICE: [/Root] [/Root] [a2750188-9cf0fc93-e2caa8e5-7f6a45ec] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:04.441346Z :NOTICE: [/Root] [/Root] [a2750188-9cf0fc93-e2caa8e5-7f6a45ec] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:04.833328Z :NOTICE: [/Root] [/Root] [c8476ec-d36c8870-df5230c9-ea2e448f] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:04.865531Z :NOTICE: [/Root] [/Root] [c8476ec-d36c8870-df5230c9-ea2e448f] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:04.905893Z :NOTICE: [/Root] [/Root] [4c83a3ff-1c5f788e-69c02315-9f195363] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:04.914162Z :NOTICE: [/Root] [/Root] [4c83a3ff-1c5f788e-69c02315-9f195363] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:19.480504Z :NOTICE: [/Root] [/Root] [76f5e33a-ea517eb2-854c8792-5068244c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:19.481972Z :NOTICE: [/Root] [/Root] [76f5e33a-ea517eb2-854c8792-5068244c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:19.919315Z :NOTICE: [/Root] [/Root] [e081fe10-d71bc67c-22376d28-31e4fb9c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:19.921177Z :NOTICE: [/Root] [/Root] [e081fe10-d71bc67c-22376d28-31e4fb9c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:20.014911Z :NOTICE: [/Root] [/Root] [21f651be-e30c68e7-d3a145b0-d92deb39] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:20.051034Z :NOTICE: [/Root] [/Root] [21f651be-e30c68e7-d3a145b0-d92deb39] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:20.386659Z :NOTICE: [/Root] [/Root] [22f2ec15-4eb73271-41f83384-694e8394] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:20.387708Z :NOTICE: [/Root] [/Root] [22f2ec15-4eb73271-41f83384-694e8394] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:35.414362Z :NOTICE: [/Root] [/Root] [3c816f30-5e07f7ff-5bc9037f-749619c0] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:35.414785Z :NOTICE: [/Root] [/Root] [3c816f30-5e07f7ff-5bc9037f-749619c0] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:35.442599Z :NOTICE: [/Root] [/Root] [c27dbb6c-102268aa-a700f68c-972f93d8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:35.444375Z :NOTICE: [/Root] [/Root] [c27dbb6c-102268aa-a700f68c-972f93d8] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:35.452389Z :NOTICE: [/Root] [/Root] [3158ad8-d75791bc-4061b3a3-3c026791] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:35.452767Z :NOTICE: [/Root] [/Root] [3158ad8-d75791bc-4061b3a3-3c026791] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:36.268251Z :NOTICE: [/Root] [/Root] [8e37980d-5e4a2a80-3a6556d7-5f690389] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:36.268692Z :NOTICE: [/Root] [/Root] [8e37980d-5e4a2a80-3a6556d7-5f690389] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:50.169690Z :WARNING: [/Root]  TraceId []  SessionId [62dbe8c4-c9e911f0-a6f93de1-25e71135|56952df8-111ef985-fed006de-da850fc0_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.170064Z :WARNING: [/Root]  TraceId []  SessionId [62f4faa8-c9e911f0-acef2d67-1d622ce8|dad91795-9d45b26a-abe6075f-7ea693cc_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.170399Z :WARNING: [/Root]  TraceId []  SessionId [62fb2450-c9e911f0-98d90aac-652a1733|94fac8ef-c17761b6-db66fede-9706c17b_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.170667Z :WARNING: [/Root]  TraceId []  SessionId [633c5664-c9e911f0-bff47a3e-a753ac99|3bee3454-4a7a0ed6-710156c2-c420e0c_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.185866Z :WARNING: [/Root]  TraceId []  SessionId [62df2930-c9e911f0-98d7bb26-61972276|b03fdfbb-ee2b733-f107f9ef-cab4a4e5_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.186010Z :WARNING: [/Root]  TraceId []  SessionId [62f6cbc6-c9e911f0-99de701e-63a7f18b|92994d3c-5a5db41f-d5b92a57-9ecde965_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.186098Z :WARNING: [/Root]  TraceId []  SessionId [62ff5020-c9e911f0-a3783410-d7974e11|e4b7b7b5-f33d7113-f9ffe912-65f7c2af_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.186179Z :WARNING: [/Root]  TraceId []  SessionId [63256530-c9e911f0-bc897016-54f2e40|78622ad4-5aa96d74-d16bb612-1d225250_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.202415Z :WARNING: [/Root]  TraceId []  SessionId [62dfc624-c9e911f0-91f3233b-8bf47f9d|6391fa7c-ae5512cc-780183b4-6a4322b4_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.202557Z :WARNING: [/Root]  TraceId []  SessionId [62ef8b68-c9e911f0-a08ad279-61c656f2|4f5627be-dd6fb882-a30d1ff4-ab5a9e4c_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.202644Z :WARNING: [/Root]  TraceId []  SessionId [62f73c28-c9e911f0-a86e3ac3-f37a9aca|6eb5f976-a433402b-83de5305-49940373_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.202689Z :WARNING: [/Root]  TraceId []  SessionId [62e1e9ea-c9e911f0-91787e69-fb974ebc|714938ad-a3bfba4c-ff40f588-6e46af8f_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.202760Z :WARNING: [/Root]  TraceId []  SessionId [63245f28-c9e911f0-b6bfb26c-a98b1c9e|cd55afc0-3d78baa2-1521fe33-c390abb9_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.202876Z :WARNING: [/Root]  TraceId []  SessionId [630e8b3a-c9e911f0-b47fc774-df553e51|fb43bfea-7f17c49f-f5ee08a3-768e3dec_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.203063Z :WARNING: [/Root]  TraceId []  SessionId [6315c2a6-c9e911f0-a5ade5a6-ab707020|6d830762-63b80b17-7626980a-59ca408b_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.203179Z :WARNING: [/Root]  TraceId []  SessionId [63289480-c9e911f0-90320ff1-6d1f278b|21a7b103-bae5177e-1707d06-e1b9dd97_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.250132Z :WARNING: [/Root]  TraceId []  SessionId [62e7dd78-c9e911f0-a01a5b2f-e707f7b6|90cc8877-69ef1afa-553ac18c-3a88ed17_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.250253Z :WARNING: [/Root]  TraceId []  SessionId [62f558ea-c9e911f0-ad025320-1dea8355|69034f4f-6d2c0c50-acba2041-3b816fe9_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.253592Z :WARNING: [/Root]  TraceId []  SessionId [62f67f18-c9e911f0-b261d7b8-bf1aa52e|c1363870-314f6065-a309b19d-3583e1d6_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.256053Z :WARNING: [/Root]  TraceId []  SessionId [62fc7fda-c9e911f0-9242ea5f-4b84ecdb|d6f4fc28-ac545b01-9e27e33-11aa62aa_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.252996Z :WARNING: [/Root]  TraceId []  SessionId [62e84402-c9e911f0-82e1c244-cd64c2e9|698053bf-1e52cd2f-18352e4e-76b30fdb_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.260429Z :WARNING: [/Root]  TraceId []  SessionId [630bd598-c9e911f0-adc12a79-757c589b|f4bb8133-4edacabb-d2e0743a-e88acb98_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.260736Z :WARNING: [/Root]  TraceId []  SessionId [6312391a-c9e911f0-b6e06ec6-210282d1|e1533b06-6e2241d8-e1fb9ea9-39cba409_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.261023Z :WARNING: [/Root]  TraceId []  SessionId [63128a96-c9e911f0-b3ebb80c-8dcea015|f154166f-6cc0371d-6d49091f-64874651_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.251542Z :WARNING: [/Root]  TraceId []  SessionId [62e3657c-c9e911f0-af42ad18-4fa0ca6e|1392ab16-7c7a094c-5b87f4e9-528c2f2c_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.271984Z :WARNING: [/Root]  TraceId []  SessionId [62ec1bd6-c9e911f0-9bb6e827-fd05c84d|487b66ab-e2da64a3-71cdef53-acbd3ef6_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.272097Z :WARNING: [/Root]  TraceId []  SessionId [62fa02fa-c9e911f0-b57a8edc-eb0c5558|3d262308-1ef05dad-e57301c4-6d11301b_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.272167Z :WARNING: [/Root]  TraceId []  SessionId [63050a88-c9e911f0-91847f91-734d5718|f7819513-6a0ad956-41273cbb-8f8463e3_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.277730Z :WARNING: [/Root]  TraceId []  SessionId [63119ff0-c9e911f0-b4192fd3-41c004b1|eabfc388-98bcf297-a75054e1-87f227b_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.278322Z :WARNING: [/Root]  TraceId []  SessionId [6305624e-c9e911f0-95eac78c-edf6dc6e|a457fae-e9ac642-a5f15302-28024642_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.286089Z :WARNING: [/Root]  TraceId []  SessionId [634609a2-c9e911f0-90ba9a10-b3965169|2ec58447-503f5cc2-d86ce728-2a2bb3f3_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.292671Z :WARNING: [/Root]  TraceId []  SessionId [63584568-c9e911f0-b1ebf37e-cf533148|7e5eec46-7f7b9a8a-d31302e3-96c9b642_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.326136Z :WARNING: [/Root]  TraceId []  SessionId [62f66672-c9e911f0-81575099-7b07a264|29b891b4-ce37641c-ce5050d9-ad1cfead_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.326509Z :WARNING: [/Root]  TraceId []  SessionId [6352d7ae-c9e911f0-93baa238-c9d13186|7650b433-6e3b431f-95ec3ff6-25ee5f2_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.326838Z :WARNING: [/Root]  TraceId []  SessionId [6359ad68-c9e911f0-83f816f0-ef07128c|1a131c07-3d007cf9-6d0fb6a8-995c52a4_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.327169Z :WARNING: [/Root]  TraceId []  SessionId [6373a59c-c9e911f0-8d837b54-e5128e65|629e100c-869fd6f8-77247526-aa7aeed7_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.328783Z :WARNING: [/Root]  TraceId []  SessionId [62f8fba8-c9e911f0-89e9069d-b4c193c|d2c88cbf-79d22a96-1e946282-ae3cd6d0_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.335712Z :WARNING: [/Root]  TraceId []  SessionId [6313e27e-c9e911f0-90d230a1-ad732a6a|b97054a6-ebe08eef-5e9a88e1-1ac68f37_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.337294Z :WARNING: [/Root]  TraceId []  SessionId [633f880c-c9e911f0-94e2fe10-11f63841|cd05a1fa-96cac76d-950ce703-1dbd0da5_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.337682Z :WARNING: [/Root]  TraceId []  SessionId [635ab186-c9e911f0-a1ff114f-b1e4dc06|3d86147c-b9ff3ff9-b8e23246-9dcbecd4_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.367874Z :WARNING: [/Root]  TraceId []  SessionId [63027e9e-c9e911f0-87439d80-ddc5787f|35d0a8a4-1c08540d-b1b3b0b7-f0efc97a_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.368025Z :WARNING: [/Root]  TraceId []  SessionId [6307f6e4-c9e911f0-b2e910e5-43cc106c|6b3c4f7d-cbc2c1a4-e3bbe3d9-40376b51_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.368127Z :WARNING: [/Root]  TraceId []  SessionId [630c5a5e-c9e911f0-864ce782-f91b6307|db91165e-60f34e70-959c29f6-6e6facef_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.368254Z :WARNING: [/Root]  TraceId []  SessionId [6321dbae-c9e911f0-924e6013-ab1d508e|3540b781-51bd069a-522fa114-ce531b74_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.375449Z :WARNING: [/Root]  TraceId []  SessionId [62fbce28-c9e911f0-969dd5f1-5bfd262f|3b8e79b3-df2afb33-ed3e1ffb-b5c95c66_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.375603Z :WARNING: [/Root]  TraceId []  SessionId [6349685e-c9e911f0-b9be13ed-db79d370|bd780df0-22faf315-44f289d5-14a0f3c2_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.375703Z :WARNING: [/Root]  TraceId []  SessionId [6385caa6-c9e911f0-8382edb5-affe38dd|2a848f9c-3e5b2a09-b69ffb71-d5124855_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.375790Z :WARNING: [/Root]  TraceId []  SessionId [63887238-c9e911f0-8a1c286e-fd9dd1d2|270ff41b-86c6f83f-35220443-97ee7ec2_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.390011Z :WARNING: [/Root]  TraceId []  SessionId [62fb41c4-c9e911f0-be6ae5fa-f99d1280|bd9076fa-f52a6e51-a1a20b39-27a20693_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.390136Z :WARNING: [/Root]  TraceId []  SessionId [63488d76-c9e911f0-bc9d222e-41900e14|960795ee-efccb6ec-57fe94d6-4b00489b_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.390247Z :WARNING: [/Root]  TraceId []  SessionId [6348e988-c9e911f0-af875f47-21e3e2be|93b37418-d3eb8917-ba7d3c36-9226bfbc_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.392563Z :WARNING: [/Root]  TraceId []  SessionId [62fb07e0-c9e911f0-8805bd30-fb92d64|33b2a56-c9e417cc-3465c90b-b310d07f_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.392767Z :WARNING: [/Root]  TraceId []  SessionId [6307834e-c9e911f0-9533a698-cf0d5a01|4d480150-2fb9a8be-6d2f451c-2cc624e6_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.392871Z :WARNING: [/Root]  TraceId []  SessionId [631ca044-c9e911f0-9bf9a5fe-65f4dcd6|c27fae1e-8ed70b96-3d5ae8e1-1e8bb0d1_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.392953Z :WARNING: [/Root]  TraceId []  SessionId [63204b04-c9e911f0-9b925495-ef278d66|bad6d417-ead51f35-89c34170-7e8df233_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.393719Z :WARNING: [/Root]  TraceId []  SessionId [63493d16-c9e911f0-a4e04b5d-c97f1a0d|1efe86da-26721aab-ad656b9c-d00adeca_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.466160Z :WARNING: [/Root]  TraceId []  SessionId [630a047a-c9e911f0-aeedbb00-e5ef6782|4e194306-3ef73c47-7dcc0109-79186fb6_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.466421Z :WARNING: [/Root]  TraceId []  SessionId [633f1228-c9e911f0-976e857c-c51c8e84|16a0a65f-651999be-1f622cf3-a30caabc_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.466650Z :WARNING: [/Root]  TraceId []  SessionId [637494de-c9e911f0-86888be5-55aef6c2|ddc1b7c0-43c94750-9eacc232-c1d8420c_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.466907Z :WARNING: [/Root]  TraceId []  SessionId [6374f10e-c9e911f0-bf5ef40b-d1939cde|f5ab7b5d-a5932094-6b248dda-fc4b6b01_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.470592Z :WARNING: [/Root]  TraceId []  SessionId [6309e0bc-c9e911f0-89182bea-df2b87af|41c51983-1ccadbbb-7df14623-89b03122_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.470723Z :WARNING: [/Root]  TraceId []  SessionId [6325de48-c9e911f0-b772a247-c1ad04df|6e8703ad-5ce97e43-d6a5a-7ef835ad_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.470818Z :WARNING: [/Root]  TraceId []  SessionId [63336a0e-c9e911f0-95dd9282-25eec4cd|642671ad-e501782d-13d7c0f0-994ea818_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.470898Z :WARNING: [/Root]  TraceId []  SessionId [6336e530-c9e911f0-b1161465-396beea9|4200b1f4-a6c7e517-6c8f69eb-e6f50b2a_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.480617Z :WARNING: [/Root]  TraceId []  SessionId [63078b78-c9e911f0-8c5c0cfd-19bf8f54|e5305d98-a43520b5-2717d00f-554d476c_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.481260Z :WARNING: [/Root]  TraceId []  SessionId [6346fd76-c9e911f0-b7756459-195958ae|af5e6f41-a0f3fdfc-89c1790c-41409580_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.481505Z :WARNING: [/Root]  TraceId []  SessionId [635b6324-c9e911f0-b44ed5c9-f74af47|a4802866-b3fe05ef-930f07bd-78112b45_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.481726Z :WARNING: [/Root]  TraceId []  SessionId [6380330c-c9e911f0-ab437210-a55545a3|b3d67ca9-561250bf-31ee2da5-bc49cb2c_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.488050Z :WARNING: [/Root]  TraceId []  SessionId [630ce492-c9e911f0-b6be0f64-51b0ed8d|82af32c0-2ff3f511-8649ff21-ab19b148_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.489482Z :WARNING: [/Root]  TraceId []  SessionId [6349e87e-c9e911f0-955cada0-cf961513|1c87defd-694a83e1-cca12fd2-c87c5c6c_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.495023Z :WARNING: [/Root]  TraceId []  SessionId [635f1226-c9e911f0-b3b1339a-57dbeb26|95ed845d-a4432f32-fce205f2-10f4e352_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.495247Z :WARNING: [/Root]  TraceId []  SessionId [6312d82a-c9e911f0-865ea906-3d4fd8d2|f91747c7-9613d60a-21edff02-5a83e696_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.495360Z :WARNING: [/Root]  TraceId []  SessionId [633e8ef2-c9e911f0-a290550a-7f445fa9|cba1fe81-32b21610-1ab50936-5b8b189d_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.495951Z :WARNING: [/Root]  TraceId []  SessionId [63631c68-c9e911f0-81355abf-d5409458|8bcc02ea-51f253e3-db6b424-f1d54e01_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.496827Z :WARNING: [/Root]  TraceId []  SessionId [63588a8c-c9e911f0-871f1e95-dd7f7fed|83118db-3a92ab54-6d4a4b00-ba67107d_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.496979Z :WARNING: [/Root]  TraceId []  SessionId [6363a12e-c9e911f0-a855115b-b32c4782|af598fa-f2ec4a0-42382844-326164de_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.538935Z :WARNING: [/Root]  TraceId []  SessionId [63153ad4-c9e911f0-8863619c-7f0e254d|f40355a7-131f8efd-6bff99b0-6973d0fe_0]  PartitionId [0] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.539180Z :WARNING: [/Root]  TraceId []  SessionId [6331f502-c9e911f0-87e11f28-4f04ac0b|ff68a3e5-c4ebd502-2ca0734f-c412dd44_0]  PartitionId [1] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.539383Z :WARNING: [/Root]  TraceId []  SessionId [63385e24-c9e911f0-a45cf9c2-9f8f13d9|68013ebf-750d8043-771f8bdc-a5199ae1_0]  PartitionId [2] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.539618Z :WARNING: [/Root]  TraceId []  SessionId [635a8e4a-c9e911f0-bd493a91-77ded032|32c4bb18-1197b3a4-3b61aa5e-d69299f8_0]  PartitionId [3] Write session: could not confirm all writes in time or session aborted, perform hard shutdown
2025-11-25T10:29:50.658810Z :NOTICE: [/Root] [/Root] [19f0e33e-ed4cc9d6-4f95e79d-6391a827] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:50.673140Z :NOTICE: [/Root] [/Root] [19f0e33e-ed4cc9d6-4f95e79d-6391a827] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:50.705054Z :NOTICE: [/Root] [/Root] [a3397fb-16b585d0-9758cd6b-a0ecb6c1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:50.705535Z :NOTICE: [/Root] [/Root] [a3397fb-16b585d0-9758cd6b-a0ecb6c1] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:50.837990Z :NOTICE: [/Root] [/Root] [a56e39d8-2fac3ef-db42396b-823135c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:50.948755Z :NOTICE: [/Root] [/Root] [a56e39d8-2fac3ef-db42396b-823135c] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Aborted " }
2025-11-25T10:29:51.279825Z :NOTICE: [/Root] [/Root] [23430b64-d96e21e6-68a5ff0-b077903b] Aborting read session. Description: SessionClosed { Status: ABORTED Issues: "<main>: Error: Close with zero timeout " }
2025-11-25T10:29:51.280318Z :NOTICE: [/Root] [/Root] [23430b64-d96e21e6-68a5ff0-b077903b] 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:299 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:379 RpcState(ListEndpoints, a4f76abd-32db-4c88-b43d-79701da2a31c, localhost:10911): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a4f76abd-32db-4c88-b43d-79701da2a31c, localhost:10911): request = { database: "/Root" }
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, a4f76abd-32db-4c88-b43d-79701da2a31c, localhost:10911): 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-11-25T10:31:29.887165707+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, a4f76abd-32db-4c88-b43d-79701da2a31c, localhost:10911): unhandled rpc error, disconnecting channel
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:10911". Error details:
 Rpc error, reason <_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-11-25T10:31:29.887165707+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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.connection:connection.py:502 Closing channel for endpoint localhost:10911
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10911". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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:276 Stopped node localhost:10911/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17447
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26614
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18805
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10911
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8698
============================== slowest durations ===============================
233.77s call     test_workload_topic.py::TestYdbTopicWorkload::test
152.54s teardown test_workload_topic.py::TestYdbTopicWorkload::test
10.86s 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/89i4/001601/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/89i4/001601/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, 0 sessions to shutdown
GRpc shutdown warning: left infly: 1, spent: 4.859316 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 8.070702 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 11.251579 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 14.421709 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 17.678542 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 20.982821 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 24.280707 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 27.51653 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.001799 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1477687==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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034e82d32 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034e82d32 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034e82d32 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034e82d32 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034e82d32 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034e82d32 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034e82d32 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034e82d32 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034e82d32 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034e919ae in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003b707c97 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003b6f9614 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#18 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#19 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#20 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#21 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#22 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034e82c4c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034e82c4c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034e919ae in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003b707c97 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003b6f9614 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c365ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c365ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c365ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c365ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c365ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c365ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c365ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c365ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c365ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c365ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034e865ac in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034e865ac 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 0x000034e865ac 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 0x00003b705b8f 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 0x00003b6f9281 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#21 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#22 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#23 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#24 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#25 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034e8659a 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 0x000034e8659a 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 0x00003b705b8f 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 0x00003b6f9281 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c365a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c365a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c365a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034e865ac in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034e865ac 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 0x000034e865ac 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 0x00003b705b8f 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 0x00003b6f9281 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000346051c4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000346051c4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000346051c4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000346051c4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000346051c4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x0000346051c4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x0000346051c4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x0000346051c4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x0000346051c4 in TBasicString /-S/util/generic/string.h:491:18
#10 0x0000346051c4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x0000346051c4 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 0x000034603f92 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x000034603f92 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x00003460a4b0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x0000346666f8 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 0x000034e912e6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b702e8b 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 0x00003b6f8cf2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034605122 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034605122 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034605122 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034605122 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 0x000034603f92 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x000034603f92 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x00003460a4b0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x0000346666f8 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 0x000034e912e6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b702e8b 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 0x00003b6f8cf2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b6e8f69 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x0000422568d9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x000042255930 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x000042255930 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x00002258a17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x000022641f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x00002264bb64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x00002264b11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x00002264d18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027cb5c68 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027cb5c68 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027cb5c68 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027cb5c68 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027cb5c68 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027cb5c68 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027cb5c68 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027cb5c68 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027cb590f 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 0x000027cb4768 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b7ad7ba in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b7ad7ba 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 0x00003b7ad7ba 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 0x00003b7ad7ba in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b7ad7ba 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 0x00001fb7ba3f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003b79bb5f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003b79bb5f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00003b79bb5f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
#20 0x000047080cde in NYdbGrpc::TGRpcRequestImpl<Ydb::Query::FetchScriptResultsRequest, Ydb::Query::FetchScriptResultsResponse, NKikimr::NGRpcService::TGRpcYdbQueryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
#21 0x00003b6f123c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00003b6f123c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00003b6f123c 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 0x00003b6f123c 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 0x00003b6f123c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00003b6f123c 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 0x00002220b24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#28 0x00002220b24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#29 0x00002220b24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#30 0x00002220b7ac in Execute /-S/util/thread/factory.h:15:13
#31 0x00002220b7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#32 0x00001fe0a404 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#33 0x00001faa7cc6 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 0x00001fae41ad in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027cb5c68 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027cb5c68 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027cb5c68 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027cb5c68 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027cb5c68 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027cb5c68 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027cb5c68 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027cb5c68 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027cb590f 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 0x000027cb4768 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b7ad7ba in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b7ad7ba 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
==================== 1 passed, 1 error in 399.85s (0:06:39) ====================
